Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 899 Bytes

ComplexList.md

File metadata and controls

30 lines (19 loc) · 899 Bytes

ComplexList

Complex 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]
language Language
stats ComplexListAllOfStats [optional]

Enum: StatusEnum

Name Value
ACTIVE "active"
BLOCKED "blocked"