Sha256: 1f76c493a1ae41af2c8922398627e88863168cd0c951df1c70978c35310e49cb
Contents?: true
Size: 1.19 KB
Versions: 41
Compression:
Stored size: 1.19 KB
Contents
--- title: ConversationBasic --- ## PureCloud::ConversationBasic ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **start_time** | **DateTime** | The time when the conversation started. This will be the time when the first participant joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **end_time** | **DateTime** | The time when the conversation ended. This will be the time when the last participant left the conversation, or null when the conversation is still active. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **divisions** | [**Array<ConversationDivisionMembership>**](ConversationDivisionMembership.html) | Identifiers of divisions associated with this conversation | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | | **participants** | [**Array<ParticipantBasic>**](ParticipantBasic.html) | | [optional] | {: class="table table-striped"}
Version data entries
41 entries across 41 versions & 1 rubygems