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.



2522
2523
2524
# File 'lib/google/apis/firestore_v1/classes.rb', line 2522

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



2520
2521
2522
# File 'lib/google/apis/firestore_v1/classes.rb', line 2520

def backup_schedules
  @backup_schedules
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2527
2528
2529
# File 'lib/google/apis/firestore_v1/classes.rb', line 2527

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