View Source GoogleApi.CloudSupport.V2beta.Model.WorkflowOperationMetadata (google_api_cloud_support v0.8.1)

Metadata about the operation. Used to lookup the current status.

Attributes

  • namespace (type: String.t, default: nil) - The namespace that the job was scheduled in. Must be included in the workflow metadata so the workflow status can be retrieved.
  • operationAction (type: String.t, default: nil) - The type of action the operation is classified as.
  • workflowOperationType (type: String.t, default: nil) - Which version of the workflow service this operation came from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.WorkflowOperationMetadata{
  namespace: String.t() | nil,
  operationAction: String.t() | nil,
  workflowOperationType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.