Class: Google::Apis::WorkflowexecutionsV1::ExportDataResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportDataResponse

Returns a new instance of ExportDataResponse.



295
296
297
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 295

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

Instance Attribute Details

#dataString

The JSON string with customer data and metadata for an execution with the given name Corresponds to the JSON property data

Returns:

  • (String)


293
294
295
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 293

def data
  @data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



300
301
302
# File 'lib/google/apis/workflowexecutions_v1/classes.rb', line 300

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