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.



4476
4477
4478
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4476

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)


4469
4470
4471
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4469

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



4474
4475
4476
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4474

def resource_backup_configs
  @resource_backup_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4481
4482
4483
4484
# File 'lib/google/apis/backupdr_v1/classes.rb', line 4481

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