Newer Version Available
ConnectApi.CdpSegmentInput
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| additionalMetadata | Map<String, String> | Map of additional metadata. | Optional for POST Not supported for PATCH |
55.0 |
| description | String | Segment description. | Optional | 55.0 |
| developerName | String | Segment developer name. | Required for POST Not supported for PATCH |
55.0 |
| includeDbt | ConnectApi.CdpSegmentDbtInput | Customer Data Platform segment data build tool. | Required | 55.0 |
| publishSchedule | ConnectApi.PublishSchedule | Publish refresh schedule.
Values are:
|
Optional | 55.0 |
| publishScheduleEndDate | String | Date indicating the end of the publish schedule. | Optional if publishSchedule isn’t specified | 55.0 |
| publishScheduleStartDateTime | String | Datetime indicating the start of the publish schedule. | Optional if publishSchedule isn’t specified | 55.0 |
| segmentType | ConnectApi.SegmentType | Type of segment.
Value is:
|
Required for POST Not supported for PATCH |
55.0 |