GoogleApi.Spanner.V1.Model.ListBackupSchedulesResponse (google_api_spanner v0.48.0)
View SourceThe 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_tokencan 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
@type t() :: %GoogleApi.Spanner.V1.Model.ListBackupSchedulesResponse{ backupSchedules: [GoogleApi.Spanner.V1.Model.BackupSchedule.t()] | nil, nextPageToken: String.t() | nil }