Interface PullRequestLabel

Corresponds to a VCS Label associated with a Pull Request.

Hierarchy

  • PullRequestLabel

Properties

color: string

The color of the VCS label.

Format

css-color

Min Length

1

Pattern

^#[a-fA-F0-9]{6}$

description?: string

The description of the VCS label.

entity_type: string

A string description of this resource.

id: number

The unique ID of the VCS Label.

Format

int64

name: string

The name of the VCS label.

Generated using TypeDoc