GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting class
Campaign-level settings for App Campaigns.
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting({String? appId, String? appStore, String? biddingStrategyGoalType})
- GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting.fromJson(Map json_)
Properties
- appId ↔ String?
-
A string that uniquely identifies a mobile application.
getter/setter pair
- appStore ↔ String?
-
The application store that distributes this specific app.
getter/setter pair
- biddingStrategyGoalType ↔ String?
-
Represents the goal which the bidding strategy of this app campaign should
optimize towards.
Possible string values are:
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
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