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.



6439
6440
6441
# File 'lib/google/apis/integrations_v1/classes.rb', line 6439

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

Instance Attribute Details

#contentString

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

Returns:

  • (String)


6437
6438
6439
# File 'lib/google/apis/integrations_v1/classes.rb', line 6437

def content
  @content
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6444
6445
6446
# File 'lib/google/apis/integrations_v1/classes.rb', line 6444

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