$FrequencyCap00.fromJson constructor

$FrequencyCap00.fromJson(
  1. Map json_
)

Implementation

$FrequencyCap00.fromJson(core.Map json_)
  : this(
      maxImpressions: json_['maxImpressions'] as core.int?,
      maxViews: json_['maxViews'] as core.int?,
      timeUnit: json_['timeUnit'] as core.String?,
      timeUnitCount: json_['timeUnitCount'] as core.int?,
      unlimited: json_['unlimited'] as core.bool?,
    );