Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 599 Bytes

CreateTagRequest.md

File metadata and controls

16 lines (11 loc) · 599 Bytes

dub.model.CreateTagRequest

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
tag String The name of the tag to create.
color String The color of the tag. If not provided, a random color will be used from the list: red, yellow, green, blue, purple, pink, brown. [optional]

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