GoogleApi.Workstations.V1.Model.OperationMetadata (google_api_workstations v0.7.0)
View SourceMetadata for long-running operations.
Attributes
-
apiVersion(type:String.t, default:nil) - Output only. API version used to start the operation. -
createTime(type:DateTime.t, default:nil) - Output only. Time that the operation was created. -
endTime(type:DateTime.t, default:nil) - Output only. Time that the operation finished running. -
requestedCancellation(type:boolean(), default:nil) - Output only. Identifies whether the user has requested cancellation of the operation. -
statusMessage(type:String.t, default:nil) - Output only. Human-readable status of the operation, if any. -
target(type:String.t, default:nil) - Output only. Server-defined resource path for the target of the operation. -
verb(type:String.t, default:nil) - Output only. Name of the verb executed by the operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workstations.V1.Model.OperationMetadata{ apiVersion: String.t() | nil, createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, requestedCancellation: boolean() | nil, statusMessage: String.t() | nil, target: String.t() | nil, verb: String.t() | nil }