View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadata (google_api_apigee v0.46.0)

Metadata describing an Operation.

Attributes

  • operationType (type: String.t, default: nil) -
  • progress (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadataProgress.t, default: nil) - Progress of the operation.
  • state (type: String.t, default: nil) -
  • targetResourceName (type: String.t, default: nil) - Name of the resource for which the operation is operating on.
  • warnings (type: list(String.t), default: nil) - Warnings encountered while executing the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadata{
  operationType: String.t() | nil,
  progress:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadataProgress.t()
    | nil,
  state: String.t() | nil,
  targetResourceName: String.t() | nil,
  warnings: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.