Input$AudienceSegmentFilterValueInput constructor
Input$AudienceSegmentFilterValueInput({
- DateTime? startDate,
- DateTime? endDate,
- String? minValue,
- String? maxValue,
- List<
String> ? values, - String? value,
- List<
Enum$Gender> ? genders, - List<
Enum$MaritalStatus> ? maritalStatuses, - List<
Enum$AcademicLevel> ? educations, - 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,
Implementation
factory Input$AudienceSegmentFilterValueInput({
DateTime? startDate,
DateTime? endDate,
String? minValue,
String? maxValue,
List<String>? values,
String? value,
List<Enum$Gender>? genders,
List<Enum$MaritalStatus>? maritalStatuses,
List<Enum$AcademicLevel>? educations,
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,
}) =>
Input$AudienceSegmentFilterValueInput._({
if (startDate != null) r'startDate': startDate,
if (endDate != null) r'endDate': endDate,
if (minValue != null) r'minValue': minValue,
if (maxValue != null) r'maxValue': maxValue,
if (values != null) r'values': values,
if (value != null) r'value': value,
if (genders != null) r'genders': genders,
if (maritalStatuses != null) r'maritalStatuses': maritalStatuses,
if (educations != null) r'educations': educations,
if (transactionsReasons != null)
r'transactionsReasons': transactionsReasons,
if (zone != null) r'zone': zone,
if (languages != null) r'languages': languages,
if (reputations != null) r'reputations': reputations,
if (countries != null) r'countries': countries,
if (states != null) r'states': states,
if (quest != null) r'quest': quest,
if (duration != null) r'duration': duration,
if (frequency != null) r'frequency': frequency,
if (catalogueCategory != null) r'catalogueCategory': catalogueCategory,
});