GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo class
Information needed to get suggestion for Smart Campaign.
More information provided will help the system to derive better suggestions.
Constructors
-
GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo({List<
GoogleAdsSearchads360V23CommonAdScheduleInfo> ? adSchedules, GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoBusinessContext? businessContext, String? businessProfileLocation, String? finalUrl, List<GoogleAdsSearchads360V23CommonKeywordThemeInfo> ? keywordThemes, String? languageCode, GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoLocationList? locationList, GoogleAdsSearchads360V23CommonProximityInfo? proximity}) - GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfo.fromJson(Map json_)
Properties
-
adSchedules
↔ List<
GoogleAdsSearchads360V23CommonAdScheduleInfo> ? -
The business ad schedule.
getter/setter pair
- businessContext ↔ GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoBusinessContext?
-
Context describing the business to advertise.
getter/setter pair
- businessProfileLocation ↔ String?
-
The resource name of a Business Profile location.
getter/setter pair
- finalUrl ↔ String?
-
Landing page URL of the campaign.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keywordThemes
↔ List<
GoogleAdsSearchads360V23CommonKeywordThemeInfo> ? -
Smart campaign keyword themes.
getter/setter pair
- languageCode ↔ String?
-
The two letter advertising language for the Smart campaign to be
constructed, default to 'en' if not set.
getter/setter pair
- locationList ↔ GoogleAdsSearchads360V23ServicesSmartCampaignSuggestionInfoLocationList?
-
The targeting geo location by locations.
getter/setter pair
- proximity ↔ GoogleAdsSearchads360V23CommonProximityInfo?
-
The targeting geo location by proximity.
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