| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] | |
| body | String | Body of comment | [optional] |
| portingOrderId | UUID | [optional] | |
| userType | UserTypeEnum | Indicates whether this comment was created by a Telnyx Admin, user, or system | [optional] |
| recordType | String | Identifies the type of the resource. | [optional] |
| createdAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was created. | [optional] |
| Name | Value |
|---|---|
| ADMIN | "admin" |
| USER | "user" |
| SYSTEM | "system" |