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