GetIssueLabelsResult

data class GetIssueLabelsResult(val id: String, val labels: List<GetIssueLabelsLabel>, val repository: String)

A collection of values returned by getIssueLabels.

Constructors

Link copied to clipboard
constructor(id: String, labels: List<GetIssueLabelsLabel>, repository: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The list of this repository's labels. Each element of labels has the following attributes:

Link copied to clipboard