GoogleAdsSearchads360V23ResourcesCampaignDynamicSearchAdsSetting class
The setting for controlling Dynamic Search Ads (DSA).
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignDynamicSearchAdsSetting({String? domainName, String? languageCode, bool? useSuppliedUrlsOnly})
- GoogleAdsSearchads360V23ResourcesCampaignDynamicSearchAdsSetting.fromJson(Map json_)
Properties
- domainName ↔ String?
-
The Internet domain name that this setting represents, for example,
"google.com" or "www.google.com".
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The language code specifying the language of the domain, for example,
"en".
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useSuppliedUrlsOnly ↔ bool?
-
Whether the campaign uses advertiser supplied URLs exclusively.
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