Class: Google::Apis::BackupdrV1::ListResourceBackupConfigsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/backupdr_v1/classes.rb,
lib/google/apis/backupdr_v1/representations.rb,
lib/google/apis/backupdr_v1/representations.rb

Overview

Response for ListResourceBackupConfigs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListResourceBackupConfigsResponse

Returns a new instance of ListResourceBackupConfigsResponse.



4593
4594
4595
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4593

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

A token identifying a page of results the server should return. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


4586
4587
4588
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4586

def next_page_token
  @next_page_token
end

#resource_backup_configsArray<Google::Apis::BackupdrV1::ResourceBackupConfig>

The list of ResourceBackupConfigs for the specified scope. Corresponds to the JSON property resourceBackupConfigs



4591
4592
4593
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4591

def resource_backup_configs
  @resource_backup_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4598
4599
4600
4601
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4598

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @resource_backup_configs = args[:resource_backup_configs] if args.key?(:resource_backup_configs)
end