GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting.fromJson constructor
GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesCampaignAppCampaignSetting.fromJson(
core.Map json_,
) : this(
appId: json_['appId'] as core.String?,
appStore: json_['appStore'] as core.String?,
biddingStrategyGoalType:
json_['biddingStrategyGoalType'] as core.String?,
);