Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 564 Bytes

File metadata and controls

26 lines (14 loc) · 564 Bytes

SegmentsCreateRequestBody

Properties

Name Type Description
name String Segment name.
type TypeEnum
customers List<String> Array of customer IDs.
filter Object Defines a set of criteria for an `auto-update` or `passive` segment type.

Enum: TypeEnum

Name Value
STATIC "static"
AUTO_UPDATE "auto-update"
PASSIVE "passive"