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

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

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

Represents a GitHub label.

Properties

name: string

The name of the label.

description: string

The description of the label.

url: string

Gets or sets the URL to the label.

id: number

Gets or sets the id of the label.

node_id: string

Gets or sets the node id of the label.

color: string

Gets or sets the color of the label.

default: false

Gets or sets the default value of the label.