GetProjectMilestoneResult

data class GetProjectMilestoneResult(val createdAt: String, val description: String, val dueDate: String, val expired: Boolean, val id: String, val iid: Int, val milestoneId: Int, val project: String, val projectId: Int, val startDate: String, val state: String, val title: String, val updatedAt: String, val webUrl: String)

A collection of values returned by getProjectMilestone.

Constructors

Link copied to clipboard
constructor(createdAt: String, description: String, dueDate: String, expired: Boolean, id: String, iid: Int, milestoneId: Int, project: String, projectId: Int, startDate: String, state: String, title: String, updatedAt: String, webUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time of creation of the milestone. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.

Link copied to clipboard

The description of the milestone.

Link copied to clipboard

The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.

Link copied to clipboard

Bool, true if milestone expired.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val iid: Int

The ID of the project's milestone.

Link copied to clipboard

The instance-wide ID of the project’s milestone.

Link copied to clipboard

The ID or URL-encoded path of the project owned by the authenticated user.

Link copied to clipboard

The project ID of milestone.

Link copied to clipboard

The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.

Link copied to clipboard

The state of the milestone. Valid values are: active, closed.

Link copied to clipboard

The title of a milestone.

Link copied to clipboard

The last update time of the milestone. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.

Link copied to clipboard

The web URL of the milestone.