GoogleApi.WorkflowExecutions.V1.Model.ExportDataResponse (google_api_workflow_executions v0.11.3)

View Source

Response for the ExportData method.

Attributes

  • data (type: String.t, default: nil) - The JSON string with customer data and metadata for an execution with the given name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.ExportDataResponse{
  data: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.