google_api_service_user v0.6.0 GoogleApi.ServiceUser.V1.Model.OperationMetadata View Source

The metadata associated with a long running operation resource.

Attributes

  • progressPercentage (integer()): Percentage of completion of this operation, ranging from 0 to 100. Defaults to: null.
  • resourceNames ([String.t]): The full name of the resources that this operation is directly associated with. Defaults to: null.
  • startTime (DateTime.t): The start time of the operation. Defaults to: null.
  • steps ([Step]): Detailed status information for each step. The order is undetermined. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.ServiceUser.V1.Model.OperationMetadata{
  progressPercentage: any(),
  resourceNames: [any()],
  startTime: DateTime.t(),
  steps: [GoogleApi.ServiceUser.V1.Model.Step.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.