Record
customer-segment
No description available.
record customer-segment {
created-at: option<string>,
id: option<string>,
name: string,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| id | option<string> | |
| name | string | |
| updated-at | option<string> |