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.
      2282 2283 2284  | 
    
      # File 'lib/google/apis/firestore_v1/classes.rb', line 2282 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
      2280 2281 2282  | 
    
      # File 'lib/google/apis/firestore_v1/classes.rb', line 2280 def backup_schedules @backup_schedules end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2287 2288 2289  | 
    
      # File 'lib/google/apis/firestore_v1/classes.rb', line 2287 def update!(**args) @backup_schedules = args[:backup_schedules] if args.key?(:backup_schedules) end  |