GoogleApi.Domains.V1alpha2.Model.OperationMetadata (google_api_domains v0.12.3)
View SourceRepresents the metadata of the long-running operation. Output only.
Attributes
-
apiVersion(type:String.t, default:nil) - API version used to start the operation. -
createTime(type:DateTime.t, default:nil) - The time the operation was created. -
endTime(type:DateTime.t, default:nil) - The time the operation finished running. -
statusDetail(type:String.t, default:nil) - Human-readable status of the operation, if any. -
target(type:String.t, default:nil) - Server-defined resource path for the target of the operation. -
verb(type:String.t, default:nil) - Name of the verb executed by the operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1alpha2.Model.OperationMetadata{ apiVersion: String.t() | nil, createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, statusDetail: String.t() | nil, target: String.t() | nil, verb: String.t() | nil }