Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/IssueModel.ts>IssueModel

Various HTTP clients for miscellaneous use.
Latest
interface IssueModel
import { type IssueModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/IssueModel.ts";

Represents a GitHub issue.

Properties

number: number

Gets or sets the number of the issue.

optional
title: string

Gets or sets the title of the issue.

body: string

Gets or sets the body of the issue.

labels: LabelModel[]

Gets or sets the labels of the issue.

optional
state: string

Gets or sets the state of the issue.

optional
html_url: string

Gets or sets the URL to the html page of the issue.

optional
node_id: string

Gets or sets the node ID of the issue.

optional
milestone: MilestoneModel

Gets or sets the milestone.

assignees: UserModel[]

Gets or sets the assignees.