huaweicloudsdkosm 3.1.138__py2.py3-none-any.whl → 3.1.140__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of huaweicloudsdkosm might be problematic. Click here for more details.

Files changed (44) hide show
  1. huaweicloudsdkosm/v2/model/accessory_json_format_req.py +6 -6
  2. huaweicloudsdkosm/v2/model/accessory_url.py +30 -1
  3. huaweicloudsdkosm/v2/model/agree_tenant_authorization_v2_req.py +3 -3
  4. huaweicloudsdkosm/v2/model/check_need_verify_request.py +3 -3
  5. huaweicloudsdkosm/v2/model/contact_v2.py +3 -3
  6. huaweicloudsdkosm/v2/model/create_message_v2_req.py +3 -3
  7. huaweicloudsdkosm/v2/model/create_relations_req.py +5 -4
  8. huaweicloudsdkosm/v2/model/create_score_v2_req.py +3 -3
  9. huaweicloudsdkosm/v2/model/delete_relations_req.py +5 -4
  10. huaweicloudsdkosm/v2/model/download_accessories_request.py +3 -3
  11. huaweicloudsdkosm/v2/model/download_images_request.py +3 -3
  12. huaweicloudsdkosm/v2/model/incident_info_v2.py +146 -1
  13. huaweicloudsdkosm/v2/model/list_accessory_access_urls_request.py +5 -4
  14. huaweicloudsdkosm/v2/model/list_authorizations_request.py +3 -3
  15. huaweicloudsdkosm/v2/model/list_case_operate_logs_request.py +3 -3
  16. huaweicloudsdkosm/v2/model/list_cases_request.py +3 -3
  17. huaweicloudsdkosm/v2/model/list_has_verified_contacts_request.py +3 -3
  18. huaweicloudsdkosm/v2/model/list_history_operate_logs_request.py +3 -3
  19. huaweicloudsdkosm/v2/model/list_history_sessions_request.py +3 -3
  20. huaweicloudsdkosm/v2/model/list_messages_request.py +3 -3
  21. huaweicloudsdkosm/v2/model/list_more_instant_messages_request.py +3 -3
  22. huaweicloudsdkosm/v2/model/list_new_instant_messages_request.py +3 -3
  23. huaweicloudsdkosm/v2/model/list_transport_histories_request.py +3 -3
  24. huaweicloudsdkosm/v2/model/list_unread_new_instant_messages_request.py +3 -3
  25. huaweicloudsdkosm/v2/model/operate_authorization_v2_req.py +3 -3
  26. huaweicloudsdkosm/v2/model/put_case_ext_param_req.py +3 -3
  27. huaweicloudsdkosm/v2/model/send_verify_code_req.py +3 -3
  28. huaweicloudsdkosm/v2/model/show_authorization_detail_request.py +3 -3
  29. huaweicloudsdkosm/v2/model/show_case_detail_request.py +3 -3
  30. huaweicloudsdkosm/v2/model/show_case_extends_param_request.py +5 -4
  31. huaweicloudsdkosm/v2/model/show_latest_published_agreement_request.py +3 -3
  32. huaweicloudsdkosm/v2/model/show_signed_latest_published_agreement_request.py +3 -3
  33. huaweicloudsdkosm/v2/model/update_case_contact_info_req.py +3 -3
  34. huaweicloudsdkosm/v2/model/update_unread_new_instant_msg_v2_req.py +3 -3
  35. huaweicloudsdkosm/v2/model/verify_host_v2_req.py +3 -3
  36. huaweicloudsdkosm/v2/model/verify_verify_code_v2_req.py +3 -3
  37. huaweicloudsdkosm/v2/model/work_order_operate_v2_req.py +3 -3
  38. huaweicloudsdkosm/v2/osm_async_client.py +4 -3
  39. huaweicloudsdkosm/v2/osm_client.py +4 -3
  40. {huaweicloudsdkosm-3.1.138.dist-info → huaweicloudsdkosm-3.1.140.dist-info}/METADATA +2 -2
  41. {huaweicloudsdkosm-3.1.138.dist-info → huaweicloudsdkosm-3.1.140.dist-info}/RECORD +44 -44
  42. {huaweicloudsdkosm-3.1.138.dist-info → huaweicloudsdkosm-3.1.140.dist-info}/LICENSE +0 -0
  43. {huaweicloudsdkosm-3.1.138.dist-info → huaweicloudsdkosm-3.1.140.dist-info}/WHEEL +0 -0
  44. {huaweicloudsdkosm-3.1.138.dist-info → huaweicloudsdkosm-3.1.140.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ class ListCaseOperateLogsRequest:
43
43
 
44
44
  :param case_id: 工单id
45
45
  :type case_id: str
46
- :param group_id: 组id
46
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
47
47
  :type group_id: str
48
48
  :param offset: 查询偏移量
49
49
  :type offset: int
@@ -108,7 +108,7 @@ class ListCaseOperateLogsRequest:
108
108
  def group_id(self):
109
109
  """Gets the group_id of this ListCaseOperateLogsRequest.
110
110
 
111
- 组id
111
+ 华为云IAM组id,同组其他工单时,该id必传
112
112
 
113
113
  :return: The group_id of this ListCaseOperateLogsRequest.
114
114
  :rtype: str
@@ -119,7 +119,7 @@ class ListCaseOperateLogsRequest:
119
119
  def group_id(self, group_id):
120
120
  """Sets the group_id of this ListCaseOperateLogsRequest.
121
121
 
122
- 组id
122
+ 华为云IAM组id,同组其他工单时,该id必传
123
123
 
124
124
  :param group_id: The group_id of this ListCaseOperateLogsRequest.
125
125
  :type group_id: str
@@ -79,7 +79,7 @@ class ListCasesRequest:
79
79
  :type x_customer_id: str
80
80
  :param x_customer_name: 子用户名称
81
81
  :type x_customer_name: str
82
- :param group_id: 组id
82
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
83
83
  :type group_id: str
84
84
  :param offset: 查询偏移量
85
85
  :type offset: int
@@ -370,7 +370,7 @@ class ListCasesRequest:
370
370
  def group_id(self):
371
371
  """Gets the group_id of this ListCasesRequest.
372
372
 
373
- 组id
373
+ 华为云IAM组id,同组其他工单时,该id必传
374
374
 
375
375
  :return: The group_id of this ListCasesRequest.
376
376
  :rtype: str
@@ -381,7 +381,7 @@ class ListCasesRequest:
381
381
  def group_id(self, group_id):
382
382
  """Sets the group_id of this ListCasesRequest.
383
383
 
384
- 组id
384
+ 华为云IAM组id,同组其他工单时,该id必传
385
385
 
386
386
  :param group_id: The group_id of this ListCasesRequest.
387
387
  :type group_id: str
@@ -51,7 +51,7 @@ class ListHasVerifiedContactsRequest:
51
51
 
52
52
  The model defined in huaweicloud sdk
53
53
 
54
- :param contact_way: 联系方式类型
54
+ :param contact_way: 联系方式类型,0: 手机; 1: 邮箱
55
55
  :type contact_way: int
56
56
  :param customer_id: 客户id
57
57
  :type customer_id: str
@@ -122,7 +122,7 @@ class ListHasVerifiedContactsRequest:
122
122
  def contact_way(self):
123
123
  """Gets the contact_way of this ListHasVerifiedContactsRequest.
124
124
 
125
- 联系方式类型
125
+ 联系方式类型,0: 手机; 1: 邮箱
126
126
 
127
127
  :return: The contact_way of this ListHasVerifiedContactsRequest.
128
128
  :rtype: int
@@ -133,7 +133,7 @@ class ListHasVerifiedContactsRequest:
133
133
  def contact_way(self, contact_way):
134
134
  """Sets the contact_way of this ListHasVerifiedContactsRequest.
135
135
 
136
- 联系方式类型
136
+ 联系方式类型,0: 手机; 1: 邮箱
137
137
 
138
138
  :param contact_way: The contact_way of this ListHasVerifiedContactsRequest.
139
139
  :type contact_way: int
@@ -51,7 +51,7 @@ class ListHistoryOperateLogsRequest:
51
51
  :type authorization_id: str
52
52
  :param authorization_detail_id: 授权详情id
53
53
  :type authorization_detail_id: int
54
- :param group_id: IAM组id
54
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
55
55
  :type group_id: str
56
56
  :param session_id: 会话id
57
57
  :type session_id: int
@@ -149,7 +149,7 @@ class ListHistoryOperateLogsRequest:
149
149
  def group_id(self):
150
150
  """Gets the group_id of this ListHistoryOperateLogsRequest.
151
151
 
152
- IAM组id
152
+ 华为云IAM组id,同组其他工单时,该id必传
153
153
 
154
154
  :return: The group_id of this ListHistoryOperateLogsRequest.
155
155
  :rtype: str
@@ -160,7 +160,7 @@ class ListHistoryOperateLogsRequest:
160
160
  def group_id(self, group_id):
161
161
  """Sets the group_id of this ListHistoryOperateLogsRequest.
162
162
 
163
- IAM组id
163
+ 华为云IAM组id,同组其他工单时,该id必传
164
164
 
165
165
  :param group_id: The group_id of this ListHistoryOperateLogsRequest.
166
166
  :type group_id: str
@@ -47,7 +47,7 @@ class ListHistorySessionsRequest:
47
47
  :type authorization_id: str
48
48
  :param authorization_detail_id: 授权详情id
49
49
  :type authorization_detail_id: int
50
- :param group_id: 组id
50
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
51
51
  :type group_id: str
52
52
  :param offset: 查询偏移量
53
53
  :type offset: int
@@ -136,7 +136,7 @@ class ListHistorySessionsRequest:
136
136
  def group_id(self):
137
137
  """Gets the group_id of this ListHistorySessionsRequest.
138
138
 
139
- 组id
139
+ 华为云IAM组id,同组其他工单时,该id必传
140
140
 
141
141
  :return: The group_id of this ListHistorySessionsRequest.
142
142
  :rtype: str
@@ -147,7 +147,7 @@ class ListHistorySessionsRequest:
147
147
  def group_id(self, group_id):
148
148
  """Sets the group_id of this ListHistorySessionsRequest.
149
149
 
150
- 组id
150
+ 华为云IAM组id,同组其他工单时,该id必传
151
151
 
152
152
  :param group_id: The group_id of this ListHistorySessionsRequest.
153
153
  :type group_id: str
@@ -43,7 +43,7 @@ class ListMessagesRequest:
43
43
 
44
44
  :param case_id: 工单id
45
45
  :type case_id: str
46
- :param group_id: 组id
46
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
47
47
  :type group_id: str
48
48
  :param offset: 查询偏移量
49
49
  :type offset: int
@@ -108,7 +108,7 @@ class ListMessagesRequest:
108
108
  def group_id(self):
109
109
  """Gets the group_id of this ListMessagesRequest.
110
110
 
111
- 组id
111
+ 华为云IAM组id,同组其他工单时,该id必传
112
112
 
113
113
  :return: The group_id of this ListMessagesRequest.
114
114
  :rtype: str
@@ -119,7 +119,7 @@ class ListMessagesRequest:
119
119
  def group_id(self, group_id):
120
120
  """Sets the group_id of this ListMessagesRequest.
121
121
 
122
- 组id
122
+ 华为云IAM组id,同组其他工单时,该id必传
123
123
 
124
124
  :param group_id: The group_id of this ListMessagesRequest.
125
125
  :type group_id: str
@@ -49,7 +49,7 @@ class ListMoreInstantMessagesRequest:
49
49
  :type create_time: str
50
50
  :param type: 上一条消息的留言方式 0是客户留言 1是客服回留言
51
51
  :type type: int
52
- :param group_id: 组id
52
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
53
53
  :type group_id: str
54
54
  :param limit: 查询数量
55
55
  :type limit: int
@@ -156,7 +156,7 @@ class ListMoreInstantMessagesRequest:
156
156
  def group_id(self):
157
157
  """Gets the group_id of this ListMoreInstantMessagesRequest.
158
158
 
159
- 组id
159
+ 华为云IAM组id,同组其他工单时,该id必传
160
160
 
161
161
  :return: The group_id of this ListMoreInstantMessagesRequest.
162
162
  :rtype: str
@@ -167,7 +167,7 @@ class ListMoreInstantMessagesRequest:
167
167
  def group_id(self, group_id):
168
168
  """Sets the group_id of this ListMoreInstantMessagesRequest.
169
169
 
170
- 组id
170
+ 华为云IAM组id,同组其他工单时,该id必传
171
171
 
172
172
  :param group_id: The group_id of this ListMoreInstantMessagesRequest.
173
173
  :type group_id: str
@@ -43,7 +43,7 @@ class ListNewInstantMessagesRequest:
43
43
  :type case_ids: list[str]
44
44
  :param last_message_time_id: 上次查询留言的时间
45
45
  :type last_message_time_id: str
46
- :param group_id: 组id
46
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
47
47
  :type group_id: str
48
48
  :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
49
49
  :type x_site: int
@@ -123,7 +123,7 @@ class ListNewInstantMessagesRequest:
123
123
  def group_id(self):
124
124
  """Gets the group_id of this ListNewInstantMessagesRequest.
125
125
 
126
- 组id
126
+ 华为云IAM组id,同组其他工单时,该id必传
127
127
 
128
128
  :return: The group_id of this ListNewInstantMessagesRequest.
129
129
  :rtype: str
@@ -134,7 +134,7 @@ class ListNewInstantMessagesRequest:
134
134
  def group_id(self, group_id):
135
135
  """Sets the group_id of this ListNewInstantMessagesRequest.
136
136
 
137
- 组id
137
+ 华为云IAM组id,同组其他工单时,该id必传
138
138
 
139
139
  :param group_id: The group_id of this ListNewInstantMessagesRequest.
140
140
  :type group_id: str
@@ -51,7 +51,7 @@ class ListTransportHistoriesRequest:
51
51
  :type authorization_id: str
52
52
  :param authorization_detail_id: 授权详情id
53
53
  :type authorization_detail_id: int
54
- :param group_id: 组id
54
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
55
55
  :type group_id: str
56
56
  :param session_id: 会话id
57
57
  :type session_id: int
@@ -149,7 +149,7 @@ class ListTransportHistoriesRequest:
149
149
  def group_id(self):
150
150
  """Gets the group_id of this ListTransportHistoriesRequest.
151
151
 
152
- 组id
152
+ 华为云IAM组id,同组其他工单时,该id必传
153
153
 
154
154
  :return: The group_id of this ListTransportHistoriesRequest.
155
155
  :rtype: str
@@ -160,7 +160,7 @@ class ListTransportHistoriesRequest:
160
160
  def group_id(self, group_id):
161
161
  """Sets the group_id of this ListTransportHistoriesRequest.
162
162
 
163
- 组id
163
+ 华为云IAM组id,同组其他工单时,该id必传
164
164
 
165
165
  :param group_id: The group_id of this ListTransportHistoriesRequest.
166
166
  :type group_id: str
@@ -39,7 +39,7 @@ class ListUnreadNewInstantMessagesRequest:
39
39
 
40
40
  :param case_ids: 工单id
41
41
  :type case_ids: list[str]
42
- :param group_id: 组id
42
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
43
43
  :type group_id: str
44
44
  :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
45
45
  :type x_site: int
@@ -94,7 +94,7 @@ class ListUnreadNewInstantMessagesRequest:
94
94
  def group_id(self):
95
95
  """Gets the group_id of this ListUnreadNewInstantMessagesRequest.
96
96
 
97
- 组id
97
+ 华为云IAM组id,同组其他工单时,该id必传
98
98
 
99
99
  :return: The group_id of this ListUnreadNewInstantMessagesRequest.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ListUnreadNewInstantMessagesRequest:
105
105
  def group_id(self, group_id):
106
106
  """Sets the group_id of this ListUnreadNewInstantMessagesRequest.
107
107
 
108
- 组id
108
+ 华为云IAM组id,同组其他工单时,该id必传
109
109
 
110
110
  :param group_id: The group_id of this ListUnreadNewInstantMessagesRequest.
111
111
  :type group_id: str
@@ -33,7 +33,7 @@ class OperateAuthorizationV2Req:
33
33
 
34
34
  :param reject_reason: 拒绝理由
35
35
  :type reject_reason: str
36
- :param group_id: 组id
36
+ :param group_id: 华为云IAM组id,操作查询同组其他工单时,该id必传
37
37
  :type group_id: str
38
38
  """
39
39
 
@@ -74,7 +74,7 @@ class OperateAuthorizationV2Req:
74
74
  def group_id(self):
75
75
  """Gets the group_id of this OperateAuthorizationV2Req.
76
76
 
77
- 组id
77
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
78
78
 
79
79
  :return: The group_id of this OperateAuthorizationV2Req.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class OperateAuthorizationV2Req:
85
85
  def group_id(self, group_id):
86
86
  """Sets the group_id of this OperateAuthorizationV2Req.
87
87
 
88
- 组id
88
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
89
89
 
90
90
  :param group_id: The group_id of this OperateAuthorizationV2Req.
91
91
  :type group_id: str
@@ -33,7 +33,7 @@ class PutCaseExtParamReq:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param group_id: 组id
36
+ :param group_id: 华为云IAM组id,操作查询同组其他工单时,该id必传
37
37
  :type group_id: str
38
38
  :param message_id: 消息id
39
39
  :type message_id: str
@@ -59,7 +59,7 @@ class PutCaseExtParamReq:
59
59
  def group_id(self):
60
60
  """Gets the group_id of this PutCaseExtParamReq.
61
61
 
62
- 组id
62
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
63
63
 
64
64
  :return: The group_id of this PutCaseExtParamReq.
65
65
  :rtype: str
@@ -70,7 +70,7 @@ class PutCaseExtParamReq:
70
70
  def group_id(self, group_id):
71
71
  """Sets the group_id of this PutCaseExtParamReq.
72
72
 
73
- 组id
73
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
74
74
 
75
75
  :param group_id: The group_id of this PutCaseExtParamReq.
76
76
  :type group_id: str
@@ -35,7 +35,7 @@ class SendVerifyCodeReq:
35
35
 
36
36
  :param contact_value: 联系方式的值
37
37
  :type contact_value: str
38
- :param contact_way: 联系方式的类型。0:短信;1:邮件
38
+ :param contact_way: 联系方式的类型,0:短信;1:邮件
39
39
  :type contact_way: int
40
40
  :param area_code: 国家码
41
41
  :type area_code: str
@@ -78,7 +78,7 @@ class SendVerifyCodeReq:
78
78
  def contact_way(self):
79
79
  """Gets the contact_way of this SendVerifyCodeReq.
80
80
 
81
- 联系方式的类型。0:短信;1:邮件
81
+ 联系方式的类型,0:短信;1:邮件
82
82
 
83
83
  :return: The contact_way of this SendVerifyCodeReq.
84
84
  :rtype: int
@@ -89,7 +89,7 @@ class SendVerifyCodeReq:
89
89
  def contact_way(self, contact_way):
90
90
  """Sets the contact_way of this SendVerifyCodeReq.
91
91
 
92
- 联系方式的类型。0:短信;1:邮件
92
+ 联系方式的类型,0:短信;1:邮件
93
93
 
94
94
  :param contact_way: The contact_way of this SendVerifyCodeReq.
95
95
  :type contact_way: int
@@ -39,7 +39,7 @@ class ShowAuthorizationDetailRequest:
39
39
 
40
40
  :param authorization_id: 授权id
41
41
  :type authorization_id: str
42
- :param group_id: 组id
42
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
43
43
  :type group_id: str
44
44
  :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
45
45
  :type x_site: int
@@ -94,7 +94,7 @@ class ShowAuthorizationDetailRequest:
94
94
  def group_id(self):
95
95
  """Gets the group_id of this ShowAuthorizationDetailRequest.
96
96
 
97
- 组id
97
+ 华为云IAM组id,同组其他工单时,该id必传
98
98
 
99
99
  :return: The group_id of this ShowAuthorizationDetailRequest.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ShowAuthorizationDetailRequest:
105
105
  def group_id(self, group_id):
106
106
  """Sets the group_id of this ShowAuthorizationDetailRequest.
107
107
 
108
- 组id
108
+ 华为云IAM组id,同组其他工单时,该id必传
109
109
 
110
110
  :param group_id: The group_id of this ShowAuthorizationDetailRequest.
111
111
  :type group_id: str
@@ -39,7 +39,7 @@ class ShowCaseDetailRequest:
39
39
 
40
40
  :param case_id: 工单id
41
41
  :type case_id: str
42
- :param group_id: 组id
42
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
43
43
  :type group_id: str
44
44
  :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
45
45
  :type x_site: int
@@ -94,7 +94,7 @@ class ShowCaseDetailRequest:
94
94
  def group_id(self):
95
95
  """Gets the group_id of this ShowCaseDetailRequest.
96
96
 
97
- 组id
97
+ 华为云IAM组id,同组其他工单时,该id必传
98
98
 
99
99
  :return: The group_id of this ShowCaseDetailRequest.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ShowCaseDetailRequest:
105
105
  def group_id(self, group_id):
106
106
  """Sets the group_id of this ShowCaseDetailRequest.
107
107
 
108
- 组id
108
+ 华为云IAM组id,同组其他工单时,该id必传
109
109
 
110
110
  :param group_id: The group_id of this ShowCaseDetailRequest.
111
111
  :type group_id: str
@@ -37,7 +37,7 @@ class ShowCaseExtendsParamRequest:
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
40
- :param group_id: 组id
40
+ :param group_id: 华为云IAM组id,同组其他工单时,该id必传
41
41
  :type group_id: str
42
42
  :param case_id: 工单id
43
43
  :type case_id: str
@@ -58,7 +58,8 @@ class ShowCaseExtendsParamRequest:
58
58
  self._x_time_zone = None
59
59
  self.discriminator = None
60
60
 
61
- self.group_id = group_id
61
+ if group_id is not None:
62
+ self.group_id = group_id
62
63
  self.case_id = case_id
63
64
  if x_site is not None:
64
65
  self.x_site = x_site
@@ -71,7 +72,7 @@ class ShowCaseExtendsParamRequest:
71
72
  def group_id(self):
72
73
  """Gets the group_id of this ShowCaseExtendsParamRequest.
73
74
 
74
- 组id
75
+ 华为云IAM组id,同组其他工单时,该id必传
75
76
 
76
77
  :return: The group_id of this ShowCaseExtendsParamRequest.
77
78
  :rtype: str
@@ -82,7 +83,7 @@ class ShowCaseExtendsParamRequest:
82
83
  def group_id(self, group_id):
83
84
  """Sets the group_id of this ShowCaseExtendsParamRequest.
84
85
 
85
- 组id
86
+ 华为云IAM组id,同组其他工单时,该id必传
86
87
 
87
88
  :param group_id: The group_id of this ShowCaseExtendsParamRequest.
88
89
  :type group_id: str
@@ -35,7 +35,7 @@ class ShowLatestPublishedAgreementRequest:
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
38
- :param agreement_type: 协议类型
38
+ :param agreement_type: 协议类型,0 新建工单-普通用户,1 新建工单-ISV用户,2 授权
39
39
  :type agreement_type: str
40
40
  :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
41
41
  :type x_site: int
@@ -66,7 +66,7 @@ class ShowLatestPublishedAgreementRequest:
66
66
  def agreement_type(self):
67
67
  """Gets the agreement_type of this ShowLatestPublishedAgreementRequest.
68
68
 
69
- 协议类型
69
+ 协议类型,0 新建工单-普通用户,1 新建工单-ISV用户,2 授权
70
70
 
71
71
  :return: The agreement_type of this ShowLatestPublishedAgreementRequest.
72
72
  :rtype: str
@@ -77,7 +77,7 @@ class ShowLatestPublishedAgreementRequest:
77
77
  def agreement_type(self, agreement_type):
78
78
  """Sets the agreement_type of this ShowLatestPublishedAgreementRequest.
79
79
 
80
- 协议类型
80
+ 协议类型,0 新建工单-普通用户,1 新建工单-ISV用户,2 授权
81
81
 
82
82
  :param agreement_type: The agreement_type of this ShowLatestPublishedAgreementRequest.
83
83
  :type agreement_type: str
@@ -35,7 +35,7 @@ class ShowSignedLatestPublishedAgreementRequest:
35
35
 
36
36
  The model defined in huaweicloud sdk
37
37
 
38
- :param agreement_type: 协议类型
38
+ :param agreement_type: 协议类型,0 新建工单-普通用户,1 新建工单-ISV用户,2 授权
39
39
  :type agreement_type: str
40
40
  :param x_site: 对接站点信息。 0(中国站) 1(国际站),不填的话默认为0。
41
41
  :type x_site: int
@@ -66,7 +66,7 @@ class ShowSignedLatestPublishedAgreementRequest:
66
66
  def agreement_type(self):
67
67
  """Gets the agreement_type of this ShowSignedLatestPublishedAgreementRequest.
68
68
 
69
- 协议类型
69
+ 协议类型,0 新建工单-普通用户,1 新建工单-ISV用户,2 授权
70
70
 
71
71
  :return: The agreement_type of this ShowSignedLatestPublishedAgreementRequest.
72
72
  :rtype: str
@@ -77,7 +77,7 @@ class ShowSignedLatestPublishedAgreementRequest:
77
77
  def agreement_type(self, agreement_type):
78
78
  """Sets the agreement_type of this ShowSignedLatestPublishedAgreementRequest.
79
79
 
80
- 协议类型
80
+ 协议类型,0 新建工单-普通用户,1 新建工单-ISV用户,2 授权
81
81
 
82
82
  :param agreement_type: The agreement_type of this ShowSignedLatestPublishedAgreementRequest.
83
83
  :type agreement_type: str
@@ -47,7 +47,7 @@ class UpdateCaseContactInfoReq:
47
47
  :type remind_mail: str
48
48
  :param remind_time: 联系时间
49
49
  :type remind_time: str
50
- :param group_id: 组id
50
+ :param group_id: 华为云IAM组id,操作查询同组其他工单时,该id必传
51
51
  :type group_id: str
52
52
  :param extension_map: 扩展参数
53
53
  :type extension_map: dict(str, object)
@@ -168,7 +168,7 @@ class UpdateCaseContactInfoReq:
168
168
  def group_id(self):
169
169
  """Gets the group_id of this UpdateCaseContactInfoReq.
170
170
 
171
- 组id
171
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
172
172
 
173
173
  :return: The group_id of this UpdateCaseContactInfoReq.
174
174
  :rtype: str
@@ -179,7 +179,7 @@ class UpdateCaseContactInfoReq:
179
179
  def group_id(self, group_id):
180
180
  """Sets the group_id of this UpdateCaseContactInfoReq.
181
181
 
182
- 组id
182
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
183
183
 
184
184
  :param group_id: The group_id of this UpdateCaseContactInfoReq.
185
185
  :type group_id: str
@@ -29,7 +29,7 @@ class UpdateUnreadNewInstantMsgV2Req:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param group_id: 组id
32
+ :param group_id: 华为云IAM组id,操作查询同组其他工单时,该id必传
33
33
  :type group_id: str
34
34
  """
35
35
 
@@ -45,7 +45,7 @@ class UpdateUnreadNewInstantMsgV2Req:
45
45
  def group_id(self):
46
46
  """Gets the group_id of this UpdateUnreadNewInstantMsgV2Req.
47
47
 
48
- 组id
48
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
49
49
 
50
50
  :return: The group_id of this UpdateUnreadNewInstantMsgV2Req.
51
51
  :rtype: str
@@ -56,7 +56,7 @@ class UpdateUnreadNewInstantMsgV2Req:
56
56
  def group_id(self, group_id):
57
57
  """Sets the group_id of this UpdateUnreadNewInstantMsgV2Req.
58
58
 
59
- 组id
59
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
60
60
 
61
61
  :param group_id: The group_id of this UpdateUnreadNewInstantMsgV2Req.
62
62
  :type group_id: str
@@ -41,7 +41,7 @@ class VerifyHostV2Req:
41
41
  :type account: str
42
42
  :param password: 主机密码
43
43
  :type password: str
44
- :param group_id: 组id
44
+ :param group_id: 华为云IAM组id,操作查询同组其他工单时,该id必传
45
45
  :type group_id: str
46
46
  """
47
47
 
@@ -129,7 +129,7 @@ class VerifyHostV2Req:
129
129
  def group_id(self):
130
130
  """Gets the group_id of this VerifyHostV2Req.
131
131
 
132
- 组id
132
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
133
133
 
134
134
  :return: The group_id of this VerifyHostV2Req.
135
135
  :rtype: str
@@ -140,7 +140,7 @@ class VerifyHostV2Req:
140
140
  def group_id(self, group_id):
141
141
  """Sets the group_id of this VerifyHostV2Req.
142
142
 
143
- 组id
143
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
144
144
 
145
145
  :param group_id: The group_id of this VerifyHostV2Req.
146
146
  :type group_id: str
@@ -43,7 +43,7 @@ class VerifyVerifyCodeV2Req:
43
43
  :type verify_code: str
44
44
  :param contact_value: 联系方式的值
45
45
  :type contact_value: str
46
- :param contact_way: 联系方式的类型。0:短信;1:邮件
46
+ :param contact_way: 联系方式的类型,0:短信;1:邮件
47
47
  :type contact_way: int
48
48
  :param area_code: 国家码
49
49
  :type area_code: str
@@ -121,7 +121,7 @@ class VerifyVerifyCodeV2Req:
121
121
  def contact_way(self):
122
122
  """Gets the contact_way of this VerifyVerifyCodeV2Req.
123
123
 
124
- 联系方式的类型。0:短信;1:邮件
124
+ 联系方式的类型,0:短信;1:邮件
125
125
 
126
126
  :return: The contact_way of this VerifyVerifyCodeV2Req.
127
127
  :rtype: int
@@ -132,7 +132,7 @@ class VerifyVerifyCodeV2Req:
132
132
  def contact_way(self, contact_way):
133
133
  """Sets the contact_way of this VerifyVerifyCodeV2Req.
134
134
 
135
- 联系方式的类型。0:短信;1:邮件
135
+ 联系方式的类型,0:短信;1:邮件
136
136
 
137
137
  :param contact_way: The contact_way of this VerifyVerifyCodeV2Req.
138
138
  :type contact_way: int
@@ -39,7 +39,7 @@ class WorkOrderOperateV2Req:
39
39
  :type judgement: str
40
40
  :param operate_desc: 操作描述
41
41
  :type operate_desc: str
42
- :param group_id: 组id
42
+ :param group_id: 华为云IAM组id,操作查询同组其他工单时,该id必传
43
43
  :type group_id: str
44
44
  :param incident_satisfaction_list: 工单满意度列表
45
45
  :type incident_satisfaction_list: list[:class:`huaweicloudsdkosm.v2.IncidentSatisfactionV2Do`]
@@ -110,7 +110,7 @@ class WorkOrderOperateV2Req:
110
110
  def group_id(self):
111
111
  """Gets the group_id of this WorkOrderOperateV2Req.
112
112
 
113
- 组id
113
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
114
114
 
115
115
  :return: The group_id of this WorkOrderOperateV2Req.
116
116
  :rtype: str
@@ -121,7 +121,7 @@ class WorkOrderOperateV2Req:
121
121
  def group_id(self, group_id):
122
122
  """Sets the group_id of this WorkOrderOperateV2Req.
123
123
 
124
- 组id
124
+ 华为云IAM组id,操作查询同组其他工单时,该id必传
125
125
 
126
126
  :param group_id: The group_id of this WorkOrderOperateV2Req.
127
127
  :type group_id: str
@@ -8,6 +8,7 @@ import warnings
8
8
  from huaweicloudsdkcore.client import Client, ClientBuilder
9
9
  from huaweicloudsdkcore.utils import http_utils
10
10
  from huaweicloudsdkcore.sdk_stream_request import SdkStreamRequest
11
+
11
12
  try:
12
13
  from huaweicloudsdkcore.invoker.invoker import AsyncInvoker
13
14
  except ImportError as e:
@@ -252,9 +253,9 @@ class OsmAsyncClient(Client):
252
253
  return http_info
253
254
 
254
255
  def confirm_authorizations_async(self, request):
255
- """租户确认授权
256
+ """确认授权
256
257
 
257
- 租户确认授权
258
+ 确认授权
258
259
 
259
260
  Please refer to HUAWEI cloud API Explorer for details.
260
261
 
@@ -5820,7 +5821,7 @@ class OsmAsyncClient(Client):
5820
5821
  def show_customer_privilege_policy_async(self, request):
5821
5822
  """查询提单权限
5822
5823
 
5823
- 查询提单权限
5824
+ 查询是否开启提单权限限制,主账号可以操作开启,开启之后子账号默认无法提单
5824
5825
 
5825
5826
  Please refer to HUAWEI cloud API Explorer for details.
5826
5827