View Source GoogleApi.Redis.V1.Model.GoogleCloudRedisV1OperationMetadata (google_api_redis v0.42.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.GoogleCloudRedisV1OperationMetadata{
  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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.