GoogleAdsSearchads360V23ResourcesSmartCampaignSetting class
Settings for configuring Smart campaigns.
Constructors
- GoogleAdsSearchads360V23ResourcesSmartCampaignSetting({GoogleAdsSearchads360V23ResourcesSmartCampaignSettingAdOptimizedBusinessProfileSetting? adOptimizedBusinessProfileSetting, String? advertisingLanguageCode, String? businessName, String? businessProfileLocation, String? campaign, String? finalUrl, GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber? phoneNumber, String? resourceName})
- GoogleAdsSearchads360V23ResourcesSmartCampaignSetting.fromJson(Map json_)
Properties
- adOptimizedBusinessProfileSetting ↔ GoogleAdsSearchads360V23ResourcesSmartCampaignSettingAdOptimizedBusinessProfileSetting?
-
Settings for configuring a business profile optimized for ads as this
campaign's landing page.
getter/setter pair
- advertisingLanguageCode ↔ String?
-
The language code to advertise in from the set of
supported language codes.
getter/setter pair
- businessName ↔ String?
-
The name of the business.
getter/setter pair
- businessProfileLocation ↔ String?
-
The resource name of a Business Profile location.
getter/setter pair
- campaign ↔ String?
-
The campaign to which these settings apply.
getter/setter pair
- finalUrl ↔ String?
-
The user-provided landing page URL for this Campaign.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber ↔ GoogleAdsSearchads360V23ResourcesSmartCampaignSettingPhoneNumber?
-
Phone number and country code.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the Smart campaign setting.
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