GoogleAdsSearchads360V23CommonTargetRestriction class
The list of per-targeting-dimension targeting settings.
Constructors
- GoogleAdsSearchads360V23CommonTargetRestriction({bool? bidOnly, String? targetingDimension})
- GoogleAdsSearchads360V23CommonTargetRestriction.fromJson(Map json_)
Properties
- bidOnly ↔ bool?
-
Indicates whether to restrict your ads to show only for the criteria you
have selected for this targeting_dimension, or to target all values for
this targeting_dimension and show ads based on your targeting in other
TargetingDimensions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetingDimension ↔ String?
-
The targeting dimension that these settings apply to.
Possible string values are:
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