View Source GoogleApi.VPCAccess.V1.Model.OperationMetadata (google_api_vpc_access v0.3.0)
Metadata for google.longrunning.Operation.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when the operation was created. -
endTime
(type:DateTime.t
, default:nil
) - Output only. Time when the operation completed. -
method
(type:String.t
, default:nil
) - Output only. Method that initiated the operation e.g. google.cloud.vpcaccess.v1.Connectors.CreateConnector. -
target
(type:String.t
, default:nil
) - Output only. Name of the resource that this operation is acting on e.g. projects/my-project/locations/us-central1/connectors/v1.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VPCAccess.V1.Model.OperationMetadata{ createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, method: String.t() | nil, target: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.