Conversation interface
A conversation.
Properties
| created |
The timestamp when the resource was created. |
| created |
The ID of the user who created this resource. |
| created |
The type of user who created this resource. |
| display |
The title |
| investigation |
The Name of the associated Investigation |
| last |
The timestamp when the resource was last updated |
| last |
The ID of the user who updated this resource. |
| last |
The type of user who updated this resource. |
| name | The conversation name. |
| project |
The name of the associated Project |
Property Details
createdAt
The timestamp when the resource was created.
createdAt?: Date
Property Value
Date
createdBy
The ID of the user who created this resource.
createdBy?: string
Property Value
string
createdByType
The type of user who created this resource.
createdByType?: string
Property Value
string
displayName
The title
displayName?: string
Property Value
string
investigationName
The Name of the associated Investigation
investigationName?: string
Property Value
string
lastModifiedAt
The timestamp when the resource was last updated
lastModifiedAt?: Date
Property Value
Date
lastModifiedBy
The ID of the user who updated this resource.
lastModifiedBy?: string
Property Value
string
lastModifiedByType
The type of user who updated this resource.
lastModifiedByType?: string
Property Value
string
name
The conversation name.
name: string
Property Value
string
projectName
The name of the associated Project
projectName?: string
Property Value
string