Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 757 Bytes

ListModel.md

File metadata and controls

28 lines (17 loc) · 757 Bytes

ListModel

List schema

Properties

Name Type Description Notes
listId Integer [optional] [readonly]
internalName String Internal name of the list [optional]
publicName String Public name of the list
status StatusEnum Status of the list [optional] [readonly]
groupId Integer ID of the list group [optional] [readonly]
created OffsetDateTime [optional] [readonly]
updated OffsetDateTime [optional] [readonly]

Enum: StatusEnum

Name Value
ACTIVE "active"
BLOCKED "blocked"