OapiRhinoMosExecClothesCreateRequest.py 535 B

12345678910111213141516171819202122
  1. '''
  2. Created by auto_sdk on 2020.04.20
  3. '''
  4. from dingtalk.api.base import RestApi
  5. class OapiRhinoMosExecClothesCreateRequest(RestApi):
  6. def __init__(self,url=None):
  7. RestApi.__init__(self,url)
  8. self.additional_operations = None
  9. self.auto_start = None
  10. self.biz_type = None
  11. self.clothes = None
  12. self.entity_type = None
  13. self.order_id = None
  14. self.source = None
  15. self.tenant_id = None
  16. self.userid = None
  17. def getHttpMethod(self):
  18. return 'POST'
  19. def getapiname(self):
  20. return 'dingtalk.oapi.rhino.mos.exec.clothes.create'