Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUploadTemplateResponse

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

Response for UploadTemplate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadTemplateResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaUploadTemplateResponse.



11498
11499
11500
# File 'lib/google/apis/integrations_v1/classes.rb', line 11498

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

Instance Attribute Details

#templateGoogle::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate

Defines the template for Application Integration Corresponds to the JSON property template



11496
11497
11498
# File 'lib/google/apis/integrations_v1/classes.rb', line 11496

def template
  @template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11503
11504
11505
# File 'lib/google/apis/integrations_v1/classes.rb', line 11503

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