Get Backup Schedule Result
data class GetBackupScheduleResult(val createTime: String, val dailyRecurrence: GoogleFirestoreAdminV1DailyRecurrenceResponse, val name: String, val retention: String, val updateTime: String, val weeklyRecurrence: GoogleFirestoreAdminV1WeeklyRecurrenceResponse)
Constructors
Link copied to clipboard
constructor(createTime: String, dailyRecurrence: GoogleFirestoreAdminV1DailyRecurrenceResponse, name: String, retention: String, updateTime: String, weeklyRecurrence: GoogleFirestoreAdminV1WeeklyRecurrenceResponse)
Properties
Link copied to clipboard
The timestamp at which this backup schedule was created and effective since. No backups will be created for this schedule before this time.
Link copied to clipboard
For a schedule that runs daily at a specified time.
Link copied to clipboard
The timestamp at which this backup schedule was most recently updated. When a backup schedule is first created, this is the same as create_time.
Link copied to clipboard
For a schedule that runs weekly on a specific day and time.