GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting.fromJson constructor
GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesCampaignShoppingSetting.fromJson(
core.Map json_,
) : this(
advertisingPartnerIds: (json_['advertisingPartnerIds'] as core.List?)
?.map((value) => value as core.String)
.toList(),
campaignPriority: json_['campaignPriority'] as core.int?,
disableProductFeed: json_['disableProductFeed'] as core.bool?,
enableLocal: json_['enableLocal'] as core.bool?,
feedLabel: json_['feedLabel'] as core.String?,
merchantId: json_['merchantId'] as core.String?,
useVehicleInventory: json_['useVehicleInventory'] as core.bool?,
);