Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

Collection.md

File metadata and controls

16 lines (12 loc) · 1.06 KB

Collection

Properties

Name Type Description Notes
collectionId String The ID of the collection. This is assigned by the backend. [optional]
teamId String The team ID that owns the collection. This field is required. When you create new collections the default is to use your private team ID. [optional]
firmware CollectionFirmware [optional]
tags [String: String] Tags for the collection. Tags are metadata fields that you can assign to the collection. [optional]
upstreamTimestamps [String] [optional]
downstreamTimestamps [String] [optional]
enabled Bool Disabled flag for collection. If the collection is disabled it is in effect read only and inactive. You can't update a disabled collection. [optional]

[Back to Model list] [Back to API list] [Back to README]