GoogleAdsSearchads360V23ServicesEffectiveFrequencyLimit.fromJson constructor
GoogleAdsSearchads360V23ServicesEffectiveFrequencyLimit.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesEffectiveFrequencyLimit.fromJson(
core.Map json_,
) : this(
effectiveFrequencyBreakdownLimit:
json_['effectiveFrequencyBreakdownLimit'] as core.int?,
);