GoogleAdsSearchads360V23CommonFrequencyCapKey class
A group of fields used as keys for a frequency cap.
There can be no more than one frequency cap with the same key.
Constructors
- GoogleAdsSearchads360V23CommonFrequencyCapKey({String? eventType, String? level, int? timeLength, String? timeUnit})
- GoogleAdsSearchads360V23CommonFrequencyCapKey.fromJson(Map json_)
Properties
- eventType ↔ String?
-
The type of event that the cap applies to (for example, impression).
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- level ↔ String?
-
The level on which the cap is to be applied (for example, ad group ad, ad
group).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeLength ↔ int?
-
Number of time units the cap lasts.
getter/setter pair
- timeUnit ↔ String?
-
Unit of time the cap is defined at (for example, day, week).
Possible string values are:
getter/setter pair
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