GoogleAnalyticsAdminV1alphaCustomMetric class

A definition for a custom metric.

Constructors

GoogleAnalyticsAdminV1alphaCustomMetric({String? description, String? displayName, String? measurementUnit, String? name, String? parameterName, String? scope})
GoogleAnalyticsAdminV1alphaCustomMetric.fromJson(Map _json)

Properties

description String?
Description for this custom dimension.
getter/setter pair
displayName String?
Display name for this custom metric as shown in the Analytics UI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
measurementUnit String?
The type for the custom metric's value.
getter/setter pair
name String?
Resource name for this CustomMetric resource.
getter/setter pair
parameterName String?
Tagging name for this custom metric.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
The scope of this custom metric.
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