GoogleApi.Spanner.V1.Model.ListBackupSchedulesResponse (google_api_spanner v0.48.0)

View Source

The response for ListBackupSchedules.

Attributes

  • backupSchedules (type: list(GoogleApi.Spanner.V1.Model.BackupSchedule.t), default: nil) - The list of backup schedules for a database.
  • nextPageToken (type: String.t, default: nil) - next_page_token can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.ListBackupSchedulesResponse{
  backupSchedules: [GoogleApi.Spanner.V1.Model.BackupSchedule.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.