GetRepositoryMilestoneResult

data class GetRepositoryMilestoneResult(val description: String, val dueDate: String, val id: String, val number: Int, val owner: String, val repository: String, val state: String, val title: String)

A collection of values returned by getRepositoryMilestone.

Constructors

Link copied to clipboard
constructor(description: String, dueDate: String, id: String, number: Int, owner: String, repository: String, state: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the milestone.

Link copied to clipboard

The milestone due date (in ISO-8601 yyyy-mm-dd format).

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val number: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

State of the milestone.

Link copied to clipboard

Title of the milestone.