onspring-api-sdk
    Preparing search index...

    Class ListItemRequest

    ListItemRequest - Represents a list item request

    Index
    • Parameters

      • listId: number

        The id for the list that the item belongs to.

      • id: string | null

        The id for the list item.

      • name: string

        The name of the list item.

      • numericValue: number | null

        The numeric value of the list item.

      • color: string | null

        The color of the list item.

      Returns ListItemRequest

      • A new instance of the ListItemRequest class.
    color: string | null
    id: string | null
    listId: number
    name: string
    numericValue: number | null