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

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard
val state: String? = null

Status of the issue.

Link copied to clipboard

The issue title.

Link copied to clipboard

Resource type for API Management resource.

Link copied to clipboard

A resource identifier for the user created the issue.