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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.