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