Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.41 KB

File metadata and controls

15 lines (12 loc) · 1.41 KB

VoucherifySdk::SegmentsCreateResponseBody

Properties

Name Type Description Notes
id String Unique segment ID. [optional]
name String Segment name. [optional]
created_at Time Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format. [optional]
updated_at Time Timestamp in ISO 8601 format indicating when the segment was updated. [optional]
type String Defines whether the segment is: - Active (`auto-update`): customers enter and leave the segment based on the defined filters and the `customer.segment.entered` and `customer.segment.left` events are triggered, - Passive (`passive`): customers enter and leave the segment based on the defined filters, but the `customer.segment.entered` and `customer.segment.left` events are not triggered, - Static (`static`): manually selected customers. [optional]
filter Object Defines a set of criteria for an `auto-update` or `passive` segment type. [optional]
object String The type of the object represented by JSON. This object stores information about the customer segment. [optional][default to 'segment']
initial_sync_status String [optional]