GoogleAdsSearchads360V23ResourcesCampaignBidModifier class
Represents a bid-modifiable only criterion at the campaign level.
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignBidModifier({double? bidModifier, String? campaign, String? criterionId, GoogleAdsSearchads360V23CommonInteractionTypeInfo? interactionType, String? resourceName})
- GoogleAdsSearchads360V23ResourcesCampaignBidModifier.fromJson(Map json_)
Properties
- bidModifier ↔ double?
-
The modifier for the bid when the criterion matches.
getter/setter pair
- campaign ↔ String?
-
The campaign to which this criterion belongs.
getter/setter pair
- criterionId ↔ String?
-
The ID of the criterion to bid modify.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interactionType ↔ GoogleAdsSearchads360V23CommonInteractionTypeInfo?
-
Criterion for interaction type.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the campaign bid modifier.
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