GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandSafetyIntegrationPartner.fromJson constructor

GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandSafetyIntegrationPartner.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonCampaignThirdPartyBrandSafetyIntegrationPartner.fromJson(
  core.Map json_,
) : this(
      brandSafetyIntegrationPartner:
          json_['brandSafetyIntegrationPartner'] as core.String?,
      brandSafetyIntegrationPartnerData:
          json_.containsKey('brandSafetyIntegrationPartnerData')
          ? GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData.fromJson(
              json_['brandSafetyIntegrationPartnerData']
                  as core.Map<core.String, core.dynamic>,
            )
          : null,
    );