GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue class

Defines a default value/currency for a conversion event.

Both value and currency must be provided.

Properties

currencyCode ↔ String?
When a conversion event for this event_name has no set currency, this currency will be applied as the default.
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
value ↔ double?
This value will be used to populate the value for all conversions of the specified event_name where the event "value" parameter is unset.
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