Input$AudienceSegmentFilterValueInput class

Constructors

Input$AudienceSegmentFilterValueInput({DateTime? startDate, DateTime? endDate, String? minValue, String? maxValue, List<String>? values, String? value, List<Enum$TransactionTypeEnum>? transactionsReasons, Input$AudienceSegmentFilterZoneInput? zone, List<String>? languages, List<String>? reputations, List<String>? countries, List<String>? states, Input$AudienceSegmentFilterValuesQuestInput? quest, Input$QuestAudienceSegmentFrequencyInput? duration, Input$QuestAudienceSegmentFrequencyInput? frequency, List<String>? catalogueCategory})
factory
Input$AudienceSegmentFilterValueInput.fromJson(Map<String, dynamic> data)
factory

Properties

catalogueCategory List<String>?
no setter
copyWith CopyWith$Input$AudienceSegmentFilterValueInput<Input$AudienceSegmentFilterValueInput>
no setter
countries List<String>?
no setter
duration Input$QuestAudienceSegmentFrequencyInput?
no setter
endDate DateTime?
no setter
frequency Input$QuestAudienceSegmentFrequencyInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
languages List<String>?
no setter
maxValue String?
no setter
minValue String?
no setter
quest Input$AudienceSegmentFilterValuesQuestInput?
no setter
reputations List<String>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime?
no setter
states List<String>?
no setter
transactionsReasons List<Enum$TransactionTypeEnum>?
no setter
value String?
no setter
values List<String>?
no setter
zone Input$AudienceSegmentFilterZoneInput?
no setter

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.
override