@shortcut/client
    Preparing search index...

    Interface PullRequestLabel

    Corresponds to a VCS Label associated with a Pull Request.

    interface PullRequestLabel {
        color: string;
        description?: null | string;
        entity_type: string;
        id: number;
        name: string;
    }
    Index

    Properties

    color: string

    The color of the VCS label.

    css-color

    1

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

    description?: null | 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.

    int64

    name: string

    The name of the VCS label.