Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.12 KB

Comment.md

File metadata and controls

25 lines (21 loc) · 1.12 KB

ElementsSDK.Model.Comment

Properties

Name Type Description Notes
Id int [optional] [readonly]
Assignee ElementsUserMiniReference [optional]
User ElementsUserMiniReference [optional]
Drawing Dictionary<string, string> [optional]
Tags List<TagReference> [optional]
FullAsset Asset [optional]
SyncId Guid [optional] [readonly]
Date DateTime [optional] [readonly]
Text string [optional]
Time decimal? [optional]
IsCloud bool [optional]
Resolved bool [optional]
ResolvedDate DateTime? [optional]
Asset int
Root int? [optional]
Parent int? [optional]

[Back to Model list] [Back to API list] [Back to README]