DimensionMetadata class

Explains a dimension.

Constructors

DimensionMetadata({String? apiName, String? category, bool? customDefinition, List<String>? deprecatedApiNames, String? description, String? uiName})
DimensionMetadata.fromJson(Map _json)

Properties

apiName ↔ String?
This dimension's name.
getter/setter pair
category ↔ String?
The display name of the category that this dimension belongs to.
getter/setter pair
customDefinition ↔ bool?
True if the dimension is a custom dimension for this property.
getter/setter pair
deprecatedApiNames ↔ List<String>?
Still usable but deprecated names for this dimension.
getter/setter pair
description ↔ String?
Description of how this dimension is used and calculated.
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
uiName ↔ String?
This dimension's name within the Google Analytics user interface.
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