Get Incident Comment Result
data class GetIncidentCommentResult(val author: ClientInfoResponse, val createdTimeUtc: String, val etag: String? = null, val id: String, val lastModifiedTimeUtc: String, val message: String, val name: String, val systemData: SystemDataResponse, val type: String)
Represents an incident comment
Constructors
Link copied to clipboard
constructor(author: ClientInfoResponse, createdTimeUtc: String, etag: String? = null, id: String, lastModifiedTimeUtc: String, message: String, name: String, systemData: SystemDataResponse, type: String)