View Source GoogleApi.Redis.V1beta1.Model.GoogleCloudCommonOperationMetadata (google_api_redis v0.50.0)
Represents the metadata of the long-running operation.
Attributes
-
apiVersion
(type:String.t
, default:nil
) - Output only. API version used to start the operation. -
cancelRequested
(type:boolean()
, default:nil
) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of1
, corresponding toCode.CANCELLED
. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation was created. -
endTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation finished running. -
statusDetail
(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.Redis.V1beta1.Model.GoogleCloudCommonOperationMetadata{ apiVersion: String.t() | nil, cancelRequested: boolean() | nil, createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, statusDetail: String.t() | nil, target: String.t() | nil, verb: String.t() | nil }