CustomDimensions class
A custom dimension collection lists Analytics custom dimensions to which the user has access. Each resource in the collection corresponds to a single Analytics custom dimension.
Constructors
- CustomDimensions()
- CustomDimensions.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
items
↔ List<
CustomDimension> -
Collection of custom dimensions.
read / write
- itemsPerPage ↔ int
-
The maximum number of resources the response can contain, regardless of
the actual number of resources returned. Its value ranges from 1 to 1000
with a value of 1000 by default, or otherwise specified by the max-results
query parameter.
read / write
- kind ↔ String
-
Collection type.
read / write
- nextLink ↔ String
-
Link to next page for this custom dimension collection.
read / write
- previousLink ↔ String
-
Link to previous page for this custom dimension collection.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- startIndex ↔ int
-
The starting index of the resources, which is 1 by default or otherwise
specified by the start-index query parameter.
read / write
- totalResults ↔ int
-
The total number of results for the query, regardless of the number of
results in the response.
read / write
- username ↔ String
-
Email ID of the authenticated user
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