Sha256: f22524da40ca71aa79bb8d607f2f5cb72c8e2f4653aa53371cf3b289d8e64882
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
--- title: JourneySegment --- ## PureCloud::JourneySegment ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **is_active** | **BOOLEAN** | Whether or not the segment is active. | [optional] | | **display_name** | **String** | The display name of the segment. | | | **version** | **Integer** | The version of the segment. | [optional] | | **description** | **String** | A description of the segment. | [optional] | | **color** | **String** | The hexadecimal color value of the segment. | [optional] | | **should_display_to_agent** | **BOOLEAN** | Whether or not the segment should be displayed to agent/supervisor users. | [optional] | | **context** | [**Context**](Context.html) | The context of the segment. | [optional] | | **journey** | [**Journey**](Journey.html) | The pattern of rules defining the segment. | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | | **created_date** | **DateTime** | Timestamp indicating when the segment was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **modified_date** | **DateTime** | Timestamp indicating when the the segment was last updated. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | {: class="table table-striped"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purecloudplatformclientv2-53.0.0 | docs/JourneySegment.md |