An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.
AssetComment
id.
User
who created the AssetComment
.
DateTime
of the AssetComment
's creation.
User
who last modified the AssetComment
.
DateTime
of the AssetComment
's last modification.
The content of the AssetComment
. Contains User
mentions in the format @[user:USER_ID].
Mentioned User
list in the content
field.
Indicates if an AssetComment
is resolved or not.
AssetComment
's AssetCommentReplyItems
list.
The AssetComment
Marking
if it exists.
AssetComment
permissions of the current User
.