Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 750 Bytes

File metadata and controls

29 lines (17 loc) · 750 Bytes

SavedSegment

Saved segment schema

Properties

Name Type Description Notes
created OffsetDateTime [optional] [readonly]
updated OffsetDateTime [optional] [readonly]
type TypeEnum Type of segment [optional] [readonly]
segmentFilter SavedSegmentAllOf1SegmentFilter
segmentId String
name String Name of the segment [optional]

Enum: TypeEnum

Name Value
AUTO "auto"
SAVED "saved"
TAG "tag"