class Google::Apis::DeploymentmanagerAlpha::BaseType
Attributes
collection_overrides[RW]
Allows resource handling overrides for specific collections Corresponds to the JSON property `collectionOverrides` @return [Array<Google::Apis::DeploymentmanagerAlpha::CollectionOverride>]
credential[RW]
The credential used by Deployment
Manager and TypeProvider
. Only one of the options is permitted. Corresponds to the JSON property `credential` @return [Google::Apis::DeploymentmanagerAlpha::Credential]
descriptor_url[RW]
Descriptor Url for the this type. Corresponds to the JSON property `descriptorUrl` @return [String]
options[RW]
Options
allows customized resource handling by Deployment
Manager. Corresponds to the JSON property `options` @return [Google::Apis::DeploymentmanagerAlpha::Options]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/deploymentmanager_alpha/classes.rb, line 148 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 153 def update!(**args) @collection_overrides = args[:collection_overrides] if args.key?(:collection_overrides) @credential = args[:credential] if args.key?(:credential) @descriptor_url = args[:descriptor_url] if args.key?(:descriptor_url) @options = args[:options] if args.key?(:options) end