BackupCollection class

BackupCollection of a cluster.

Constructors

BackupCollection.new({String? cluster, String? clusterUid, String? createTime, String? kmsKey, String? name, String? uid})
BackupCollection.fromJson(Map json_)

Properties

cluster String?
The full resource path of the cluster the backup collection belongs to.
getter/setter pair
clusterUid String?
The cluster uid of the backup collection.
getter/setter pair
createTime String?
The time when the backup collection was created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kmsKey String?
The KMS key used to encrypt the backups under this backup collection.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
System assigned unique identifier of the backup collection.
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