google_api_service_user v0.16.0 GoogleApi.ServiceUser.V1.Model.OperationMetadata 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.ServiceUser.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
Link to this type
t()
View Sourcet() :: %GoogleApi.ServiceUser.V1.Model.OperationMetadata{
progressPercentage: integer(),
resourceNames: [String.t()],
startTime: DateTime.t(),
steps: [GoogleApi.ServiceUser.V1.Model.Step.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.