View Source GoogleApi.GKEBackup.V1.Model.ListVolumeBackupsResponse (google_api_gke_backup v0.6.0)

Response message for ListVolumeBackups.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token which may be sent as page_token in a subsequent ListVolumeBackups call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
  • volumeBackups (type: list(GoogleApi.GKEBackup.V1.Model.VolumeBackup.t), default: nil) - The list of VolumeBackups matching the given criteria.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.ListVolumeBackupsResponse{
  nextPageToken: String.t() | nil,
  volumeBackups: [GoogleApi.GKEBackup.V1.Model.VolumeBackup.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.