GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner.fromJson constructor

GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner.fromJson(
  1. Map json_
)

Implementation

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