GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners.fromJson constructor
GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners.fromJson(
core.Map json_,
) : this(
brandLiftIntegrationPartners:
(json_['brandLiftIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandLiftIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
brandSafetyIntegrationPartners:
(json_['brandSafetyIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandSafetyIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
reachIntegrationPartners: (json_['reachIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCustomerThirdPartyReachIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
viewabilityIntegrationPartners:
(json_['viewabilityIntegrationPartners'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);