Class: Google::Apis::DeploymentmanagerAlpha::CollectionOverride

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/deploymentmanager_alpha/classes.rb,
generated/google/apis/deploymentmanager_alpha/representations.rb,
generated/google/apis/deploymentmanager_alpha/representations.rb

Overview

CollectionOverride allows resource handling overrides for specific resources within a BaseType

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CollectionOverride

Returns a new instance of CollectionOverride



235
236
237
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 235

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#collectionString

The collection that identifies this resource within its service. Corresponds to the JSON property collection

Returns:

  • (String)


228
229
230
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 228

def collection
  @collection
end

#optionsGoogle::Apis::DeploymentmanagerAlpha::Options

Options allows customized resource handling by Deployment Manager. Corresponds to the JSON property options



233
234
235
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 233

def options
  @options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



240
241
242
243
# File 'generated/google/apis/deploymentmanager_alpha/classes.rb', line 240

def update!(**args)
  @collection = args[:collection] if args.key?(:collection)
  @options = args[:options] if args.key?(:options)
end