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