Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 799 Bytes

ModelList.md

File metadata and controls

29 lines (17 loc) · 799 Bytes

ModelList

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"