Backup class Null safety
Represents a Managed Microsoft Identities backup.
Constructors
Properties
- createTime ↔ String?
-
The time the backups was created.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
labels
↔ Map<
String, String> ? -
Resource labels to represent user provided metadata.
read / write
- name ↔ String?
-
The unique name of the Backup in the form of
projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}
read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ String?
-
The current state of the backup.
read / write
- statusMessage ↔ String?
-
Additional information about the current status of this backup, if
available.
read / write
- type ↔ String?
-
Indicates whether it’s an on-demand backup or scheduled.
read / write
- updateTime ↔ String?
-
Last update time.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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