GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandSafetyIntegrationPartner.fromJson constructor

GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandSafetyIntegrationPartner.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandSafetyIntegrationPartner.fromJson(
  core.Map json_,
) : this(
      brandSafetyIntegrationPartner:
          json_['brandSafetyIntegrationPartner'] as core.String?,
    );