UserProfile class
A UserProfile resource lets you list all DFA user profiles that are associated with a Google user account.
The profile_id needs to be specified in other API requests.
Constructors
Properties
- accountId ↔ String?
-
The account ID to which this profile belongs.
getter/setter pair
- accountName ↔ String?
-
The account name this profile belongs to.
getter/setter pair
- etag ↔ String?
-
Etag of this resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- profileId ↔ String?
-
The unique ID of the user profile.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subAccountId ↔ String?
-
The sub account ID this profile belongs to if applicable.
getter/setter pair
- subAccountName ↔ String?
-
The sub account name this profile belongs to if applicable.
getter/setter pair
- userName ↔ String?
-
The user name.
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