Interface PolyverseAssetLibraryComment

The PolyverseAssetLibraryComment structure represents a comment for an asset in the Polyverse Asset Library.

interface PolyverseAssetLibraryComment {
    Author: PolyverseAssetLibraryUserInfo;
    CreationDate: string;
    ID: string;
    Message: string;
    ReplyCommentID?: string;
    ReplyCount: number;
}

Properties

CreationDate: string
ID: string
Message: string
ReplyCommentID?: string
ReplyCount: number