GoogleAnalyticsAdminV1betaConversionEvent class

A conversion event in a Google Analytics property.

Constructors

GoogleAnalyticsAdminV1betaConversionEvent({String? countingMethod, String? createTime, bool? custom, GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue? defaultConversionValue, bool? deletable, String? eventName, String? name})
GoogleAnalyticsAdminV1betaConversionEvent.fromJson(Map json_)

Properties

countingMethod String?
The method by which conversions will be counted across multiple events within a session.
getter/setter pair
createTime String?
Time when this conversion event was created in the property.
getter/setter pair
custom bool?
If set to true, this conversion event refers to a custom event.
getter/setter pair
defaultConversionValue GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue?
Defines a default value/currency for a conversion event.
getter/setter pair
deletable bool?
If set, this event can currently be deleted with DeleteConversionEvent.
getter/setter pair
eventName String?
The event name for this conversion event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name of this conversion event.
getter/setter pair
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