class Google::Apis::DeploymentmanagerV2beta2::ImportFile

Attributes

content[RW]

The contents of the file. Corresponds to the JSON property `content` @return [String]

name[RW]

The name of the file. Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 201
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 206
def update!(**args)
  @content = args[:content] unless args[:content].nil?
  @name = args[:name] unless args[:name].nil?
end