GoogleAdsSearchads360V23ServicesBiddableKeyword class
A biddable keyword part of an ad group.
Constructors
- GoogleAdsSearchads360V23ServicesBiddableKeyword({GoogleAdsSearchads360V23CommonKeywordInfo? keyword, String? maxCpcBidMicros})
- GoogleAdsSearchads360V23ServicesBiddableKeyword.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyword ↔ GoogleAdsSearchads360V23CommonKeywordInfo?
-
Keyword.
getter/setter pair
- maxCpcBidMicros ↔ String?
-
A max cpc bid in micros that overrides the ad group level max cpc bid in
forecast simulation.
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