Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadExecutionResponse

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 downloading an execution.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadExecutionResponse

Returns a new instance of GoogleCloudIntegrationsV1alphaDownloadExecutionResponse.



7378
7379
7380
# File 'lib/google/apis/integrations_v1/classes.rb', line 7378

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

Instance Attribute Details

#contentString

The content of downloaded execution. Corresponds to the JSON property content

Returns:

  • (String)


7376
7377
7378
# File 'lib/google/apis/integrations_v1/classes.rb', line 7376

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7383
7384
7385
# File 'lib/google/apis/integrations_v1/classes.rb', line 7383

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