GoogleAdsSearchads360V23CommonCustomerThirdPartyReachIntegrationPartner.fromJson constructor

GoogleAdsSearchads360V23CommonCustomerThirdPartyReachIntegrationPartner.fromJson(
  1. Map json_
)

Implementation

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