GoogleAdsSearchads360V23ResourcesCampaignConversionGoal class

The biddability setting for the specified campaign only for all conversion actions with a matching category and origin.

Constructors

GoogleAdsSearchads360V23ResourcesCampaignConversionGoal({bool? biddable, String? campaign, String? category, String? origin, String? resourceName, bool? searchAds360Biddable})
GoogleAdsSearchads360V23ResourcesCampaignConversionGoal.fromJson(Map json_)

Properties

biddable bool?
The biddability of the campaign conversion goal.
getter/setter pair
campaign String?
The campaign with which this campaign conversion goal is associated.
getter/setter pair
category String?
The conversion category of this campaign conversion goal. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
origin String?
The conversion origin of this campaign conversion goal. Possible string values are:
getter/setter pair
resourceName String?
The resource name of the campaign conversion goal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchAds360Biddable bool?
Search Ads 360 biddability of the campaign conversion goal.
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