Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 507 Bytes

SegmentsCreateRequestBody.md

File metadata and controls

25 lines (13 loc) · 507 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` segment type.

Enum: TypeEnum

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