GoogleAnalyticsAdminV1betaAccessDimension class
Dimensions are attributes of your data.
For example, the dimension userEmail
indicates the email of the user that
accessed reporting data. Dimension values in report responses are strings.
Constructors
- GoogleAnalyticsAdminV1betaAccessDimension({String? dimensionName})
- GoogleAnalyticsAdminV1betaAccessDimension.fromJson(Map json_)
Properties
- dimensionName ↔ String?
-
The API name of the dimension.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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