Lists
albert.resources.lists
ListItemCategory
Attributes:
Name | Type | Description |
---|---|---|
BUSINESS_DEFINED |
|
|
USER_DEFINED |
|
|
PROJECTS |
|
|
EXTENSIONS |
|
|
INVENTORY |
|
ListItem
Bases: BaseResource
An item in a list.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
The name of the list item. |
id |
str | None
|
The Albert ID of the list item. Set when the list item is retrieved from Albert. |
category |
ListItemCategory | None
|
The category of the list item. Allowed values are |
list_type |
str | None
|
The type of the list item. Allowed values are |
Methods:
Name | Description |
---|---|
validate_list_type |
|
validate_list_type
validate_list_type() -> ListItem