Get Issue Result
data class GetIssueResult(val azureApiVersion: String, val id: String, val name: String, val properties: IssuePropertiesResponse, val systemData: SystemDataResponse, val type: String)
The Issue resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: IssuePropertiesResponse, systemData: SystemDataResponse, type: String)