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.
6439 6440 6441 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6439 def initialize(**args) update!(**args) end |
Instance Attribute Details
#content ⇒ String
The content of downloaded execution.
Corresponds to the JSON property content
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 |