GoogleApi.Redis.V1.Model.GoogleCloudRedisV1OperationMetadata (google_api_redis v0.24.1) View Source
Represents the v1 metadata of the long-running 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
) - Creation timestamp. -
endTime
(type:DateTime.t
, default:nil
) - End timestamp. -
statusDetail
(type:String.t
, default:nil
) - Operation status details. -
target
(type:String.t
, default:nil
) - Operation target. -
verb
(type:String.t
, default:nil
) - Operation verb.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Redis.V1.Model.GoogleCloudRedisV1OperationMetadata{ 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.