Clockify-API
latest
Getting Started
apis
model
base_model module
client_model module
project_model module
tag_model module
task_model module
time_entry_model module
user_model module
Clockify-API
»
model
»
tag_model module
Edit on GitHub
tag_model module
class
tag_model.
Tag
(
*
,
id
:
str
=
None
,
name
:
str
,
workspaceId
:
str
,
archived
:
bool
=
False
)
Bases:
clockify.model.base_model.BaseModel
class
Config
Bases:
object
fields
=
{'id_':
'id',
'workspace_id':
'workspaceId'}
archived
:
bool
id_
:
str
name
:
str
workspace_id
:
str
class
tag_model.
TagGetParams
(
*
,
name
:
str
=
None
,
archived
:
bool
=
None
,
page
:
int
=
1
,
page_size
:
int
=
50
)
Bases:
clockify.model.base_model.BaseModel
class
Config
Bases:
object
fields
=
{'page_size':
'page-size'}
archived
:
Optional
[
bool
]
name
:
Optional
[
str
]
page
:
int
page_size
:
int