Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 6.69 KB

segmentdto.md

File metadata and controls

27 lines (24 loc) · 6.69 KB

SegmentDto

Fields

Field Type Required Description
isEnabled boolean ✔️ Is the segment enabled.
type components.SegmentDtoType ✔️ N/A
count number For id_list segments: the length of the ID list
rules components.SegmentDtoRules[] Rule Object
tags string[] Optional tags for categorization.
id string ✔️ ID
name string Optional name for the configuration.
idType string ✔️ Type of ID
description string ✔️ Detailed description of the configuration’s purpose.
lastModifierID any ✔️ ID of the last modifier.
lastModifiedTime any ✔️ Time of the last modification.
lastModifierEmail any ✔️ Email of the last modifier.
lastModifierName any ✔️ Name of the last modifier.
creatorID any ✔️ ID of the user who created the entity.
createdTime number ✔️ Timestamp when the entity was created.
creatorName any ✔️ Name of the creator.
creatorEmail any ✔️ Email of the creator.
targetApps string[] List of target applications associated with this configuration.
holdoutIDs string[] Holdouts applied to this configuration.
team any Optional identifier for the responsible team.