Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 808 Bytes

CreateCollectionRequest.md

File metadata and controls

17 lines (12 loc) · 808 Bytes

spanapi.model.CreateCollectionRequest

Load the model package

import 'package:spanapi/api.dart';

Properties

Name Type Description Notes
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 Map<String, String> Tags for the collection. Tags are metadata fields that you can assign to the collection. [optional] [default to const {}]

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