Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
- 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 DownloadTemplate.
Instance Attribute Summary collapse
-
#content ⇒ String
String representation of the template.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaDownloadTemplateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadTemplateResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadTemplateResponse.
7441 7442 7443 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7441 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
String representation of the template.
Corresponds to the JSON property content
7439 7440 7441 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7439 def content @content end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7446 7447 7448 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 7446 def update!(**args) @content = args[:content] if args.key?(:content) end |