View Source GoogleApi.BackupDR.V1.Model.ListBackupPlansResponse (google_api_backup_dr v0.12.1)

The response message for getting a list of BackupPlan.

Attributes

  • backupPlans (type: list(GoogleApi.BackupDR.V1.Model.BackupPlan.t), default: nil) - The list of BackupPlans in the project for the specified location. If the {location} value in the request is "-", the response contains a list of resources from all locations. In case any location is unreachable, the response will only return backup plans in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations. BackupPlan
  • nextPageToken (type: String.t, default: nil) - A token which may be sent as page_token in a subsequent ListBackupPlans call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.ListBackupPlansResponse{
  backupPlans: [GoogleApi.BackupDR.V1.Model.BackupPlan.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.