Account class
JSON template for Analytics account entry.
Constructors
- Account()
- Account.fromJson(Map _json)
Properties
- childLink ↔ AccountChildLink
-
Child link for an account entry. Points to the list of web properties for
this account.
read / write
- created ↔ DateTime
-
Time the account was created.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Account ID.
read / write
- kind ↔ String
-
Resource type for Analytics account.
read / write
- name ↔ String
-
Account name.
read / write
- permissions ↔ AccountPermissions
-
Permissions the user has for this account.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- selfLink ↔ String
-
Link for this account.
read / write
- starred ↔ bool
-
Indicates whether this account is starred or not.
read / write
- updated ↔ DateTime
-
Time the account was last modified.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited