RestorePlanBinding class
A RestorePlanBinding binds a RestorePlan with a RestoreChannel.
This resource is created automatically when a RestorePlan is created using a RestoreChannel. This also serves as a holder for cross-project fields that need to be displayed in the current project.
Constructors
- RestorePlanBinding.new({String? backupPlan, String? createTime, String? etag, String? name, String? restorePlan, String? uid, String? updateTime})
- RestorePlanBinding.fromJson(Map json_)
Properties
- backupPlan ↔ String?
-
The fully qualified name of the BackupPlan bound to the specified
RestorePlan.
getter/setter pair
- createTime ↔ String?
-
The timestamp when this binding was created.
getter/setter pair
- etag ↔ String?
-
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a RestorePlanBinding from overwriting each other.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- restorePlan ↔ String?
-
The fully qualified name of the RestorePlan bound to this RestoreChannel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid ↔ String?
-
Server generated global unique identifier of
UUID4
getter/setter pair
- updateTime ↔ String?
-
The timestamp when this binding was created.
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