GoogleApi.Composer.V1.Model.OperationMetadata (google_api_composer v0.22.2) View Source

Metadata describing an operation.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time the operation was submitted to the server.
  • endTime (type: DateTime.t, default: nil) - Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
  • operationType (type: String.t, default: nil) - Output only. The type of operation being performed.
  • resource (type: String.t, default: nil) - Output only. The resource being operated on, as a relative resource name.
  • resourceUuid (type: String.t, default: nil) - Output only. The UUID of the resource being operated on.
  • state (type: String.t, default: nil) - Output only. The current operation state.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Composer.V1.Model.OperationMetadata{
  createTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  operationType: String.t() | nil,
  resource: String.t() | nil,
  resourceUuid: String.t() | nil,
  state: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.