BackupRule class

BackupRule binds the backup schedule to a retention policy.

Constructors

BackupRule.new({int? backupRetentionDays, String? ruleId, StandardSchedule? standardSchedule})
BackupRule.fromJson(Map json_)

Properties

backupRetentionDays int?
Configures the duration for which backup data will be kept.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ruleId String?
The unique id of this BackupRule.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardSchedule StandardSchedule?
Defines a schedule that runs within the confines of a defined window of time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited