Class: Google::Apis::WorkflowexecutionsV1::ExportDataResponse
- Inherits:
-
Object
- Object
- Google::Apis::WorkflowexecutionsV1::ExportDataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workflowexecutions_v1/classes.rb,
lib/google/apis/workflowexecutions_v1/representations.rb,
lib/google/apis/workflowexecutions_v1/representations.rb
Overview
Response for the ExportData method.
Instance Attribute Summary collapse
-
#data ⇒ String
The JSON string with customer data and metadata for an execution with the given name Corresponds to the JSON property
data
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportDataResponse
constructor
A new instance of ExportDataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportDataResponse
Returns a new instance of ExportDataResponse.
265 266 267 |
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data ⇒ String
The JSON string with customer data and metadata for an execution with the
given name
Corresponds to the JSON property data
263 264 265 |
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 263 def data @data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
270 271 272 |
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 270 def update!(**args) @data = args[:data] if args.key?(:data) end |