GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandLiftIntegrationPartner.fromJson constructor

GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandLiftIntegrationPartner.fromJson(
  1. Map json_
)

Implementation

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