Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadExecutionResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaDownloadExecutionResponse
- 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
-
#content ⇒ String
The content of downloaded execution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaDownloadExecutionResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaDownloadExecutionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#content ⇒ String
The content of downloaded execution.
Corresponds to the JSON property content
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 |