Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUploadTemplateResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaUploadTemplateResponse
- 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
-
#template ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaTemplate
Defines the template for Application Integration Corresponds to the JSON property
template
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaUploadTemplateResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaUploadTemplateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#template ⇒ Google::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 |