Label Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Item in The list of labels associated with the pull request.
public class Label
type Label = class
Public Class Label
- Inheritance
-
Label
Constructors
| Name | Description |
|---|---|
| Label() | |
Properties
| Name | Description |
|---|---|
| Color |
6-character hex code, without the leading #, identifying the color |
| Description |
A brief description of this label. |
| Id |
The Unique Identifier for the label. |
| IsDefault |
Whether or not this is a default label. |
| Name |
The name of the label. |
| NodeId |
The Node ID for the label. |
| Url |
URL for the label |