GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings class
Settings related to a Firebase conversion action.
Constructors
- GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings({String? eventName, String? projectId, String? propertyId, String? propertyName})
- GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings.fromJson(Map json_)
Properties
- eventName ↔ String?
-
The event name of a Firebase conversion.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectId ↔ String?
-
The Firebase project ID of the conversion.
getter/setter pair
- propertyId ↔ String?
-
The GA property ID of the conversion.
getter/setter pair
- propertyName ↔ String?
-
The GA property name of the conversion.
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