Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.13 KB

Collection.md

File metadata and controls

17 lines (13 loc) · 1.13 KB

Com.Lab5e.Span.Model.Collection

This is a 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 Dictionary<string, string> Tags for the collection. Tags are metadata fields that you can assign to the collection. [optional]
UpstreamTimestamps List<string> [optional]
DownstreamTimestamps List<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]