GoogleAnalyticsAdminV1alphaConversionEvent class
A conversion event in a Google Analytics property.
Constructors
- GoogleAnalyticsAdminV1alphaConversionEvent({String? createTime, bool? custom, bool? deletable, String? eventName, String? name})
- GoogleAnalyticsAdminV1alphaConversionEvent.fromJson(Map _json)
Properties
- 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
- deletable ↔ bool?
-
If set, this event can currently be deleted via 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