Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUnshareTemplateRequest

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

Overview

Request to Unshare template

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUnshareTemplateRequest

Returns a new instance of GoogleCloudIntegrationsV1alphaUnshareTemplateRequest.



11410
11411
11412
# File 'lib/google/apis/integrations_v1/classes.rb', line 11410

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

Instance Attribute Details

#resource_namesArray<String>

Optional. Project name resources to unshare the template. The project names is expected in resource format Ex: projects/project-number Corresponds to the JSON property resourceNames

Returns:

  • (Array<String>)


11408
11409
11410
# File 'lib/google/apis/integrations_v1/classes.rb', line 11408

def resource_names
  @resource_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11415
11416
11417
# File 'lib/google/apis/integrations_v1/classes.rb', line 11415

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