Name | Type | Description | Notes |
---|---|---|---|
type | string | ||
id | string | The ID of the comment. You can use this ID to create replies to the comment using the Create reply API. | |
attached_to | \Integrations\Canva\SDK\Model\CommentObject | [optional] | |
message | string | The comment message. This is the comment body shown in the Canva UI. User mentions are shown here in the format `[user_id:team_id]`. | |
author | \Integrations\Canva\SDK\Model\User | ||
created_at | int | When the comment or reply was created, as a Unix timestamp (in seconds since the Unix Epoch). | [optional] |
updated_at | int | When the comment or reply was last updated, as a Unix timestamp (in seconds since the Unix Epoch). | [optional] |
mentions | array<string,\Integrations\Canva\SDK\Model\TeamUser> | The Canva users mentioned in the comment. | |
assignee | \Integrations\Canva\SDK\Model\User | [optional] | |
resolver | \Integrations\Canva\SDK\Model\User | [optional] |