Input$AudienceSegmentFilterZoneInput constructor
Input$AudienceSegmentFilterZoneInput({
- double? radius,
- Enum$ZoneTypesEnum? type,
- List<
Input$DeliveryZonePathInput> ? paths,
Implementation
factory Input$AudienceSegmentFilterZoneInput({
double? radius,
Enum$ZoneTypesEnum? type,
List<Input$DeliveryZonePathInput>? paths,
}) =>
Input$AudienceSegmentFilterZoneInput._({
if (radius != null) r'radius': radius,
if (type != null) r'type': type,
if (paths != null) r'paths': paths,
});