View Source GoogleApi.Run.V1.Model.ListMeta (google_api_run v0.30.0)

Metadata for synthetic resources like List. In Cloud Run, all List Resources Responses will have a ListMeta instead of ObjectMeta.

Attributes

  • continue (type: String.t, default: nil) - Continuation token is a value emitted when the count of items is larger than the user/system limit. To retrieve the next page of items, pass the value of continue as the next request's page_token.
  • resourceVersion (type: String.t, default: nil) - Opaque string that identifies the server's internal version of this object. It can be used by clients to determine when objects have changed. If the message is passed back to the server, it must be left unmodified.
  • selfLink (type: String.t, default: nil) - URL representing this object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.ListMeta{
  continue: String.t() | nil,
  resourceVersion: String.t() | nil,
  selfLink: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.