Class: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1ListBackupSchedulesResponse
- Inherits:
-
Object
- Object
- Google::Apis::FirestoreV1::GoogleFirestoreAdminV1ListBackupSchedulesResponse
- 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
-
#backup_schedules ⇒ Array<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1BackupSchedule>
List of all backup schedules.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirestoreAdminV1ListBackupSchedulesResponse
constructor
A new instance of GoogleFirestoreAdminV1ListBackupSchedulesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirestoreAdminV1ListBackupSchedulesResponse
Returns a new instance of GoogleFirestoreAdminV1ListBackupSchedulesResponse.
1932 1933 1934 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 1932 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_schedules ⇒ Array<Google::Apis::FirestoreV1::GoogleFirestoreAdminV1BackupSchedule>
List of all backup schedules.
Corresponds to the JSON property backupSchedules
1930 1931 1932 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 1930 def backup_schedules @backup_schedules end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1937 1938 1939 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 1937 def update!(**args) @backup_schedules = args[:backup_schedules] if args.key?(:backup_schedules) end |