summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/models/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/testapi-client/testapiclient/models/project.py')
-rw-r--r--testapi/testapi-client/testapiclient/models/project.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testapi/testapi-client/testapiclient/models/project.py b/testapi/testapi-client/testapiclient/models/project.py
new file mode 100644
index 0000000..fc85588
--- /dev/null
+++ b/testapi/testapi-client/testapiclient/models/project.py
@@ -0,0 +1,4 @@
+class ProjectCreateRequest():
+ def __init__(self, name='', description=''):
+ self.description = description
+ self.name = name