GCPBackupPlanInfo class
GCPBackupPlanInfo captures the plan configuration details of Google Cloud resources at the time of backup.
Constructors
- GCPBackupPlanInfo.new({String? backupPlan, String? backupPlanRuleId})
- GCPBackupPlanInfo.fromJson(Map json_)
Properties
- backupPlan ↔ String?
-
Resource name of backup plan by which workload is protected at the time of
the backup.
getter/setter pair
- backupPlanRuleId ↔ String?
-
The rule id of the backup plan which triggered this backup in case of
scheduled backup or used for
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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