View Source GoogleApi.ServiceManagement.V1.Model.OperationMetadata (google_api_service_management v0.60.0)

The metadata associated with a long running operation resource.

Attributes

  • progressPercentage (type: integer(), default: nil) - Percentage of completion of this operation, ranging from 0 to 100.
  • resourceNames (type: list(String.t), default: nil) - The full name of the resources that this operation is directly associated with.
  • startTime (type: DateTime.t, default: nil) - The start time of the operation.
  • steps (type: list(GoogleApi.ServiceManagement.V1.Model.Step.t), default: nil) - Detailed status information for each step. The order is undetermined.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.OperationMetadata{
  progressPercentage: integer() | nil,
  resourceNames: [String.t()] | nil,
  startTime: DateTime.t() | nil,
  steps: [GoogleApi.ServiceManagement.V1.Model.Step.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.