Input$AudienceSegmentFilterZoneInput constructor

Input$AudienceSegmentFilterZoneInput({
  1. double? radius,
  2. Enum$ZoneTypesEnum? type,
  3. 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,
    });