GoogleApi.SQLAdmin.V1beta4.Model.BackupRunsListResponse (google_api_sql_admin v0.40.0) View Source
Backup run list results.
Attributes
-
items(type:list(GoogleApi.SQLAdmin.V1beta4.Model.BackupRun.t), default:nil) - A list of backup runs in reverse chronological order of the enqueued time. -
kind(type:String.t, default:nil) - This is always sql#backupRunsList. -
nextPageToken(type:String.t, default:nil) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.BackupRunsListResponse{
items: [GoogleApi.SQLAdmin.V1beta4.Model.BackupRun.t()],
kind: String.t(),
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.