RestoreOrder class

Allows customers to specify dependencies between resources that Backup for GKE can use to compute a resasonable restore order.

Constructors

RestoreOrder({List<GroupKindDependency>? groupKindDependencies})
RestoreOrder.fromJson(Map json_)

Properties

groupKindDependencies List<GroupKindDependency>?
Contains a list of group kind dependency pairs provided by the customer, that is used by Backup for GKE to generate a group kind restore order.
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