ARLO Nester
Static Public Attributes | List of all members
workspace.api.v0.models.tag.TagDetailSerializer.Meta Class Reference

Static Public Attributes

 model = Tag
 
tuple fields
 
tuple read_only_fields = ('id', 'user', 'creationDate', 'tagExample',)
 

Member Data Documentation

tuple workspace.api.v0.models.tag.TagDetailSerializer.Meta.fields
static
Initial value:
1 = (
2  'id',
3  'user',
4  'creationDate',
5  'tagClass',
6  'tagExample',
7  'parentTag',
8  'randomlyChosen',
9  'machineTagged',
10  'userTagged',
11  'needsReview',
12  'strength',
13  )
workspace.api.v0.models.tag.TagDetailSerializer.Meta.model = Tag
static
tuple workspace.api.v0.models.tag.TagDetailSerializer.Meta.read_only_fields = ('id', 'user', 'creationDate', 'tagExample',)
static

The documentation for this class was generated from the following file: