| id | (optional) string | The segment's ID. | [default to undefined] |
| name | (optional) string | The segment's business name. | [default to undefined] |
| created | (optional) string | The time when the segment is created. | [default to undefined] |
| modified | (optional) string | The time when the segment is modified. | [default to undefined] |
| description | (optional) string | The segment's optional description. | [default to undefined] |
| scopes | (optional) Array<Scope> | List of Scopes that are assigned to the segment | [default to undefined] |
| memberSelection | (optional) Array<Ref> | List of Identities that are assigned to the segment | [default to undefined] |
| memberFilter | (optional) Visibilitycriteria | | [default to undefined] |
| membership | (optional) Membershiptype | | [default to undefined] |
| enabled | (optional) boolean | This boolean indicates whether the segment is currently active. Inactive segments have no effect. | [default to false] |
| published | (optional) boolean | This boolean indicates whether the segment is being applied to the accounts. If unpublished its being actively modified to until published | [default to false] |