Class: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1ListBackupSchedulesResponse

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

Overview

The response for FirestoreAdmin.ListBackupSchedules.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirestoreAdminV1ListBackupSchedulesResponse

Returns a new instance of GoogleFirestoreAdminV1ListBackupSchedulesResponse.



2308
2309
2310
# File 'lib/google/apis/firestore_v1/classes.rb', line 2308

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

Instance Attribute Details

#backup_schedulesArray<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1BackupSchedule>

List of all backup schedules. Corresponds to the JSON property backupSchedules



2306
2307
2308
# File 'lib/google/apis/firestore_v1/classes.rb', line 2306

def backup_schedules
  @backup_schedules
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2313
2314
2315
# File 'lib/google/apis/firestore_v1/classes.rb', line 2313

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