Account class
JSON template for Analytics account entry.
Constructors
- Account({AccountChildLink? childLink, DateTime? created, String? id, String? kind, String? name, AccountPermissions? permissions, String? selfLink, bool? starred, DateTime? updated})
- Account.fromJson(Map json_)
Properties
- childLink ↔ AccountChildLink?
-
Child link for an account entry.
getter/setter pair
- created ↔ DateTime?
-
Time the account was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Account ID.
getter/setter pair
- kind ↔ String?
-
Resource type for Analytics account.
getter/setter pair
- name ↔ String?
-
Account name.
getter/setter pair
- permissions ↔ AccountPermissions?
-
Permissions the user has for this account.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Link for this account.
getter/setter pair
- starred ↔ bool?
-
Indicates whether this account is starred or not.
getter/setter pair
- updated ↔ DateTime?
-
Time the account was last modified.
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