google_api_network_management v0.3.1 GoogleApi.NetworkManagement.V1beta1.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-1verb
(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
Link to this type
t()
View Sourcet() :: %GoogleApi.NetworkManagement.V1beta1.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
Unwrap a decoded JSON object into its complex fields.