AccountTicket class
JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.
Constructors
- AccountTicket()
- AccountTicket.fromJson(Map _json)
Properties
- account ↔ Account
-
Account for this ticket.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Account ticket ID used to access the account ticket.
read / write
- kind ↔ String
-
Resource type for account ticket.
read / write
- profile ↔ Profile
-
View (Profile) for the account.
read / write
- redirectUri ↔ String
-
Redirect URI where the user will be sent after accepting Terms of Service.
Must be configured in APIs console as a callback URL.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- webproperty ↔ Webproperty
-
Web property for the account.
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