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

Information about operation progress.

Attributes

  • description (type: String.t, default: nil) - Description of the operation's progress.
  • details (type: map(), default: nil) - The additional details of the progress.
  • percentDone (type: integer(), default: nil) - The percentage of the operation progress.
  • state (type: String.t, default: nil) - State of the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1OperationMetadataProgress{
  description: String.t() | nil,
  details: map() | nil,
  percentDone: integer() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.