onspring-api-sdk
    Preparing search index...

    Class ListValue

    ListValue - Represents a list value.

    Index
    • Parameters

      • id: string

        The id of the list value.

      • name: string

        The name of the list value.

      • sortOrder: number

        The sort order of the list value.

      • numericValue: number

        The numeric value of the list value.

      • color: string

        The color of the list value.

      Returns ListValue

      • A new ListValue.
    color: string
    id: string
    name: string
    numericValue: number
    sortOrder: number