GoogleAdsSearchads360V23ResourcesCustomerConversionGoal class
Biddability control for conversion actions with a matching category and origin.
Constructors
- GoogleAdsSearchads360V23ResourcesCustomerConversionGoal({bool? biddable, String? category, String? origin, String? resourceName})
- GoogleAdsSearchads360V23ResourcesCustomerConversionGoal.fromJson(Map json_)
Properties
- biddable ↔ bool?
-
The biddability of the customer conversion goal.
getter/setter pair
- category ↔ String?
-
The conversion category of this customer conversion goal.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- origin ↔ String?
-
The conversion origin of this customer conversion goal.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the customer conversion goal.
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