GoogleAdsSearchads360V23ServicesTargetFrequencySettings class
Target Frequency settings for a supported product.
Constructors
- GoogleAdsSearchads360V23ServicesTargetFrequencySettings({int? targetFrequency, String? timeUnit})
- GoogleAdsSearchads360V23ServicesTargetFrequencySettings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetFrequency ↔ int?
-
The target frequency goal per selected time unit.
getter/setter pair
- timeUnit ↔ String?
-
The time unit used to describe the time frame for target_frequency.
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