GoogleAdsSearchads360V23ServicesExternalAttributionData.fromJson constructor

GoogleAdsSearchads360V23ServicesExternalAttributionData.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesExternalAttributionData.fromJson(
  core.Map json_,
) : this(
      externalAttributionCredit:
          (json_['externalAttributionCredit'] as core.num?)?.toDouble(),
      externalAttributionModel:
          json_['externalAttributionModel'] as core.String?,
    );