Represents an attachment to a comment.

interface CommentAttachment {
    createdBy?: IdentityRef;
    createdDate?: Date;
    id?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

createdBy?: IdentityRef

IdentityRef of the creator of the attachment.

createdDate?: Date

The creation date of the attachment.

id?: string

Unique Id of the attachment.

url?: string

REST URL for the resource.