| Name | Type | Description | Notes |
|---|---|---|---|
| binaries | List<Long> | Optional binary IDs to link to the collection. | [optional] |
| collectionName | String | Collection name. | |
| collectionScope | CollectionScopeEnum | Visibility scope. | |
| description | String | Collection description. | |
| modelId | Long | Model ID the collection is associated with. | |
| tags | List<String> | Optional tags to attach to the collection. | [optional] |
| Name | Value |
|---|---|
| PRIVATE | "PRIVATE" |
| PUBLIC | "PUBLIC" |
| PROTECTED | "PROTECTED" |
| TEAM | "TEAM" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |