Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.02 KB

File metadata and controls

32 lines (20 loc) · 1.02 KB

ComplexList

Complex list schema

Properties

Name Type Description Notes
defaultLanguage Language [optional]
availableLanguages List<String> Array of available languages [optional]
stats ComplexListAllOfStats [optional]
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"