User class
A Users resource represents an account associated with an enterprise.
The account may be specific to a device or to an individual user (who can then use the account across multiple devices). The account may provide access to managed Google Play only, or to other Google services, depending on the identity model: - The Google managed domain identity model requires synchronization to Google account sources (via primaryEmail). - The managed Google Play Accounts identity model provides a dynamic means for enterprises to create user or device accounts as needed. These accounts provide access to managed Google Play.
Constructors
Properties
- accountIdentifier ↔ String?
-
A unique identifier you create for this user, such as "user342" or
"asset#44418".
getter/setter pair
- accountType ↔ String?
-
The type of account that this user represents.
getter/setter pair
- displayName ↔ String?
-
The name that will appear in user interfaces.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique ID for the user.
getter/setter pair
- managementType ↔ String?
-
The entity that manages the user.
getter/setter pair
- primaryEmail ↔ String?
-
The user's primary email address, for example, "jsmith@example.com".
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