View Source GoogleApi.PubSubLite.V1.Model.OperationMetadata (google_api_pub_sub_lite v0.9.0)

Metadata for long running operations.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time the operation was created.
  • endTime (type: DateTime.t, default: nil) - The time the operation finished running. Not set if the operation has not completed.
  • target (type: String.t, default: nil) - Resource path for the target of the operation. For example, targets of seeks are subscription resources, structured like: projects/{project_number}/locations/{location}/subscriptions/{subscription_id}
  • verb (type: String.t, default: nil) - Name of the verb executed by the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSubLite.V1.Model.OperationMetadata{
  createTime: DateTime.t() | nil,
  endTime: DateTime.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.