HeldAccount class
An account covered by a hold.
This structure is immutable. It can be an individual account or a Google Group, depending on the service. To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege.
Constructors
- HeldAccount({String? accountId, String? email, String? firstName, String? holdTime, String? lastName})
- HeldAccount.fromJson(Map json_)
Properties
- accountId ↔ String?
-
The account ID, as provided by the
Admin SDK.
getter/setter pair
- email ↔ String?
-
The primary email address of the account.
getter/setter pair
- firstName ↔ String?
-
The first name of the account holder.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- holdTime ↔ String?
-
When the account was put on hold.
getter/setter pair
- lastName ↔ String?
-
The last name of the account holder.
getter/setter pair
- 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