google_api_network_management v0.5.0 GoogleApi.NetworkManagement.V1.Model.OperationMetadata View Source
Metadata describing an Operation
Attributes
-
apiVersion
(type:String.t
, default:nil
) - API version. -
cancelRequested
(type:boolean()
, default:nil
) - Specifies if cancellation was requested for 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
) - Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1 -
verb
(type:String.t
, default:nil
) - Name of the verb executed by the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.NetworkManagement.V1.Model.OperationMetadata{ apiVersion: String.t(), cancelRequested: boolean(), createTime: DateTime.t(), endTime: DateTime.t(), statusDetail: String.t(), target: String.t(), verb: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.