GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners.fromJson constructor
GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners.fromJson(
core.Map json_,
) : this(
brandLiftIntegrationPartners:
(json_['brandLiftIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
brandSafetyIntegrationPartners:
(json_['brandSafetyIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandSafetyIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
reachIntegrationPartners: (json_['reachIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCampaignThirdPartyReachIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
viewabilityIntegrationPartners:
(json_['viewabilityIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCampaignThirdPartyViewabilityIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);