Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadTemplateResponse

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 DownloadTemplate.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#contentString

String representation of the template. Corresponds to the JSON property content

Returns:

  • (String)


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