Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
- 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
-
#resource_names ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUnshareTemplateRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaUnshareTemplateRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_names ⇒ Array<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
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 |