View Source GoogleApi.ManagedIdentities.V1.Model.ListBackupsResponse (google_api_managed_identities v0.18.0)

ListBackupsResponse is the response message for ListBackups method.

Attributes

  • backups (type: list(GoogleApi.ManagedIdentities.V1.Model.Backup.t), default: nil) - A list of Cloud AD backups in the domain.
  • nextPageToken (type: String.t, default: nil) - Token to retrieve the next page of results, or empty if there are no more results in the list.
  • 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.ManagedIdentities.V1.Model.ListBackupsResponse{
  backups: [GoogleApi.ManagedIdentities.V1.Model.Backup.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.