class Google::Apis::DeploymentmanagerAlpha::ConfigFile
Attributes
content[RW]
The contents of the file. Corresponds to the JSON property `content` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 432 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 437 def update!(**args) @content = args[:content] if args.key?(:content) end