GetApiIssueCommentResult

data class GetApiIssueCommentResult(val createdDate: String? = null, val id: String, val name: String, val text: String, val type: String, val userId: String)

Issue Comment Contract details.

Constructors

Link copied to clipboard
constructor(createdDate: String? = null, id: String, name: String, text: String, type: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdDate: String? = null

Date and time when the comment was created.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Comment text.

Link copied to clipboard

Resource type for API Management resource.

Link copied to clipboard

A resource identifier for the user who left the comment.