GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner.fromJson constructor

GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandLiftIntegrationPartner.fromJson(
  core.Map json_,
) : this(
      brandLiftIntegrationPartner:
          json_['brandLiftIntegrationPartner'] as core.String?,
      brandLiftIntegrationPartnerData:
          json_.containsKey('brandLiftIntegrationPartnerData')
          ? GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData.fromJson(
              json_['brandLiftIntegrationPartnerData']
                  as core.Map<core.String, core.dynamic>,
            )
          : null,
      shareCost: json_['shareCost'] as core.bool?,
    );