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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

Comment text.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

A resource identifier for the user who left the comment.