Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

SegmentsCreateResponseBody.md

File metadata and controls

15 lines (12 loc) · 1.01 KB

# SegmentsCreateResponseBody

Properties

Name Type Description Notes
id string Unique segment ID. [optional]
name string Segment name. [optional]
created_at \DateTime Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format. [optional]
type string Describes whether the segment is dynamic (customers come in and leave based on set criteria) or static (manually selected customers). [optional]
filter object Defines a set of criteria for an `auto-update` segment type. [optional]
initial_sync_status string [optional]
object string The type of the object represented by JSON. This object stores information about the customer segment. [optional] [default to 'segment']

[Back to Model list] [Back to API list] [Back to README]