GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner.fromJson constructor
GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner.fromJson(
core.Map json_,
) : this(
allowShareCost: json_['allowShareCost'] as core.bool?,
viewabilityIntegrationPartner:
json_['viewabilityIntegrationPartner'] as core.String?,
);