GetApiIssueResult

data class GetApiIssueResult(val apiId: String? = null, val createdDate: String? = null, val description: String, val id: String, val name: String, val state: String? = null, val title: String, val type: String, val userId: String)

Issue Contract details.

Constructors

Link copied to clipboard
constructor(apiId: String? = null, createdDate: String? = null, description: String, id: String, name: String, state: String? = null, title: String, type: String, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiId: String? = null

A resource identifier for the API the issue was created for.

Link copied to clipboard
val createdDate: String? = null

Date and time when the issue was created.

Link copied to clipboard

Text describing the issue.

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
val state: String? = null

Status of the issue.

Link copied to clipboard

The issue title.

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 created the issue.