GoogleAnalyticsAdminV1alphaCustomDimension class

A definition for a CustomDimension.

Constructors

GoogleAnalyticsAdminV1alphaCustomDimension({String? description, bool? disallowAdsPersonalization, String? displayName, String? name, String? parameterName, String? scope})
GoogleAnalyticsAdminV1alphaCustomDimension.fromJson(Map _json)

Properties

description String?
Description for this custom dimension.
getter/setter pair
disallowAdsPersonalization bool?
If set to true, sets this dimension as NPA and excludes it from ads personalization.
getter/setter pair
displayName String?
Display name for this custom dimension as shown in the Analytics UI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name for this CustomDimension resource.
getter/setter pair
parameterName String?
Tagging parameter name for this custom dimension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
The scope of this dimension.
getter/setter pair

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