View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ListRevisionsResponse (google_api_run v0.30.0)

Response message containing a list of Revisions.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token indicating there are more items than page_size. Use it in the next ListRevisions request to continue.
  • revisions (type: list(GoogleApi.Run.V2.Model.GoogleCloudRunV2Revision.t), default: nil) - The resulting list of Revisions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ListRevisionsResponse{
  nextPageToken: String.t() | nil,
  revisions: [GoogleApi.Run.V2.Model.GoogleCloudRunV2Revision.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.