class Google::Apis::DeploymentmanagerV2beta::CollectionOverride

CollectionOverride allows resource handling overrides for specific resources within a BaseType

Attributes

collection[RW]

The collection that identifies this resource within its service. Corresponds to the JSON property `collection` @return [String]

options[RW]

Options allows customized resource handling by Deployment Manager. Corresponds to the JSON property `options` @return [Google::Apis::DeploymentmanagerV2beta::Options]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/deploymentmanager_v2beta/classes.rb, line 272
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_v2beta/classes.rb, line 277
def update!(**args)
  @collection = args[:collection] if args.key?(:collection)
  @options = args[:options] if args.key?(:options)
end