Class ListItemRequest

ListItemRequest - Represents a list item request

Constructors

Properties

Constructors

  • Parameters

    • listId: number

      The id for the list that the item belongs to.

    • id: null | string

      The id for the list item.

    • name: string

      The name of the list item.

    • numericValue: null | number

      The numeric value of the list item.

    • color: null | string

      The color of the list item.

    Returns ListItemRequest

    • A new instance of the ListItemRequest class.

Properties

color: null | string
id: null | string
listId: number
name: string
numericValue: null | number