McfDataProfileInfo class
Information for the view (profile), for which the Analytics data was requested.
Constructors
- McfDataProfileInfo()
- McfDataProfileInfo.fromJson(Map _json)
Properties
- accountId ↔ String
-
Account ID to which this view (profile) belongs.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- internalWebPropertyId ↔ String
-
Internal ID for the web property to which this view (profile) belongs.
read / write
- profileId ↔ String
-
View (Profile) ID.
read / write
- profileName ↔ String
-
View (Profile) name.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- tableId ↔ String
-
Table ID for view (profile).
read / write
- webPropertyId ↔ String
-
Web Property ID to which this view (profile) belongs.
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