$Pacing class

Used by:

  • displayvideo:v2 : Pacing
  • displayvideo:v3 : Pacing

Constructors

$Pacing({String? dailyMaxImpressions, String? dailyMaxMicros, String? pacingPeriod, String? pacingType})
$Pacing.fromJson(Map json_)

Properties

dailyMaxImpressions String?
Maximum number of impressions to serve every day.
getter/setter pair
dailyMaxMicros String?
Maximum currency amount to spend every day in micros of advertiser's currency.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pacingPeriod String?
The time period in which the pacing budget will be spent.
getter/setter pair
pacingType String?
The type of pacing that defines how the budget amount will be spent across the pacing_period.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited