Record
full-segment
No description available.
record full-segment {
contacts-count: s32,
created-at: string,
id: string,
name: option<string>,
next-sample-update: option<string>,
parent-list-id: option<string>,
sample-updated-at: string,
updated-at: string,
contacts-sample: list<contact-response>,
query-json: option<full-segment-query-json>,
parent-list-ids: option<list<string>>,
query-dsl: string,
}Fields
| Name | Type | Description |
|---|---|---|
| contacts-count | s32 | |
| created-at | string | |
| id | string | |
| name | option<string> | |
| next-sample-update | option<string> | |
| parent-list-id | option<string> | |
| sample-updated-at | string | |
| updated-at | string | |
| contacts-sample | list<contact-response> | |
| query-json | option<full-segment-query-json> | |
| parent-list-ids | option<list<string>> | |
| query-dsl | string |