ListIssueResourcesResult

data class ListIssueResourcesResult(val nextLink: String? = null, val value: List<RelatedResourceResponse>)

Paged collection of RelatedResource items

Constructors

Link copied to clipboard
constructor(nextLink: String? = null, value: List<RelatedResourceResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to the next page of items

Link copied to clipboard

The RelatedResource items on this page