$UserProfile class

Used by:

  • dfareporting:v4 : UserProfile
  • dfareporting:v5 : UserProfile

Constructors

$UserProfile.new({String? accountId, String? accountName, String? etag, String? kind, String? profileId, String? subAccountId, String? subAccountName, String? userName})
$UserProfile.fromJson(Map json_)

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