huaweicloudsdkoctopus 3.1.141__py2.py3-none-any.whl → 3.1.143__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.
- huaweicloudsdkoctopus/v2/model/create_sim_sm_maps_request.py +3 -3
- huaweicloudsdkoctopus/v2/model/create_sim_sm_maps_response.py +13 -13
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_files_request.py +5 -5
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_files_response.py +21 -21
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_request.py +3 -3
- huaweicloudsdkoctopus/v2/model/create_sim_sm_scenarios_response.py +39 -39
- huaweicloudsdkoctopus/v2/model/family_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/file_create_req_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/file_create_srlz.py +21 -21
- huaweicloudsdkoctopus/v2/model/file_nested_create_req_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/label_brief_srlz.py +15 -15
- huaweicloudsdkoctopus/v2/model/list_sim_sm_scenarios_request.py +35 -35
- huaweicloudsdkoctopus/v2/model/list_sim_sm_scenarios_response.py +9 -9
- huaweicloudsdkoctopus/v2/model/map_create_req_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/map_version_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/mutable_file_srlz.py +3 -3
- huaweicloudsdkoctopus/v2/model/patched_file_detail_srlz.py +5 -5
- huaweicloudsdkoctopus/v2/model/post_response.py +5 -5
- huaweicloudsdkoctopus/v2/model/post_response_field.py +13 -13
- huaweicloudsdkoctopus/v2/model/priority_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/scenario_create_req_srlz.py +27 -27
- huaweicloudsdkoctopus/v2/model/scenario_list_srlz.py +39 -39
- huaweicloudsdkoctopus/v2/model/scenario_status_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/scenario_version_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/simulator_enum.py +1 -1
- huaweicloudsdkoctopus/v2/model/update_sim_sm_maps_files_request.py +7 -7
- huaweicloudsdkoctopus/v2/model/update_sim_sm_maps_files_response.py +25 -25
- huaweicloudsdkoctopus/v2/model/update_sim_sm_scenarios_files_request.py +7 -7
- huaweicloudsdkoctopus/v2/model/update_sim_sm_scenarios_files_response.py +25 -25
- huaweicloudsdkoctopus/v2/octopus_async_client.py +6 -6
- huaweicloudsdkoctopus/v2/octopus_client.py +6 -6
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkoctopus-3.1.143.dist-info/RECORD +41 -0
- huaweicloudsdkoctopus-3.1.141.dist-info/RECORD +0 -41
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkoctopus-3.1.141.dist-info → huaweicloudsdkoctopus-3.1.143.dist-info}/top_level.txt +0 -0
@@ -25,7 +25,7 @@ class CreateSimSmMapsRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, body=None):
|
28
|
-
"""CreateSimSmMapsRequest
|
28
|
+
r"""CreateSimSmMapsRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class CreateSimSmMapsRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this CreateSimSmMapsRequest.
|
46
|
+
r"""Gets the body of this CreateSimSmMapsRequest.
|
47
47
|
|
48
48
|
:return: The body of this CreateSimSmMapsRequest.
|
49
49
|
:rtype: :class:`huaweicloudsdkoctopus.v2.MapCreateReqSrlz`
|
@@ -52,7 +52,7 @@ class CreateSimSmMapsRequest:
|
|
52
52
|
|
53
53
|
@body.setter
|
54
54
|
def body(self, body):
|
55
|
-
"""Sets the body of this CreateSimSmMapsRequest.
|
55
|
+
r"""Sets the body of this CreateSimSmMapsRequest.
|
56
56
|
|
57
57
|
:param body: The body of this CreateSimSmMapsRequest.
|
58
58
|
:type body: :class:`huaweicloudsdkoctopus.v2.MapCreateReqSrlz`
|
@@ -36,7 +36,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
36
36
|
}
|
37
37
|
|
38
38
|
def __init__(self, url=None, id=None, created_at=None, updated_at=None, file=None, version=None):
|
39
|
-
"""CreateSimSmMapsResponse
|
39
|
+
r"""CreateSimSmMapsResponse
|
40
40
|
|
41
41
|
The model defined in huaweicloud sdk
|
42
42
|
|
@@ -79,7 +79,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
79
79
|
|
80
80
|
@property
|
81
81
|
def url(self):
|
82
|
-
"""Gets the url of this CreateSimSmMapsResponse.
|
82
|
+
r"""Gets the url of this CreateSimSmMapsResponse.
|
83
83
|
|
84
84
|
地址
|
85
85
|
|
@@ -90,7 +90,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
90
90
|
|
91
91
|
@url.setter
|
92
92
|
def url(self, url):
|
93
|
-
"""Sets the url of this CreateSimSmMapsResponse.
|
93
|
+
r"""Sets the url of this CreateSimSmMapsResponse.
|
94
94
|
|
95
95
|
地址
|
96
96
|
|
@@ -101,7 +101,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
101
101
|
|
102
102
|
@property
|
103
103
|
def id(self):
|
104
|
-
"""Gets the id of this CreateSimSmMapsResponse.
|
104
|
+
r"""Gets the id of this CreateSimSmMapsResponse.
|
105
105
|
|
106
106
|
ID
|
107
107
|
|
@@ -112,7 +112,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
112
112
|
|
113
113
|
@id.setter
|
114
114
|
def id(self, id):
|
115
|
-
"""Sets the id of this CreateSimSmMapsResponse.
|
115
|
+
r"""Sets the id of this CreateSimSmMapsResponse.
|
116
116
|
|
117
117
|
ID
|
118
118
|
|
@@ -123,7 +123,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
123
123
|
|
124
124
|
@property
|
125
125
|
def created_at(self):
|
126
|
-
"""Gets the created_at of this CreateSimSmMapsResponse.
|
126
|
+
r"""Gets the created_at of this CreateSimSmMapsResponse.
|
127
127
|
|
128
128
|
创建时间
|
129
129
|
|
@@ -134,7 +134,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
134
134
|
|
135
135
|
@created_at.setter
|
136
136
|
def created_at(self, created_at):
|
137
|
-
"""Sets the created_at of this CreateSimSmMapsResponse.
|
137
|
+
r"""Sets the created_at of this CreateSimSmMapsResponse.
|
138
138
|
|
139
139
|
创建时间
|
140
140
|
|
@@ -145,7 +145,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
145
145
|
|
146
146
|
@property
|
147
147
|
def updated_at(self):
|
148
|
-
"""Gets the updated_at of this CreateSimSmMapsResponse.
|
148
|
+
r"""Gets the updated_at of this CreateSimSmMapsResponse.
|
149
149
|
|
150
150
|
更新时间
|
151
151
|
|
@@ -156,7 +156,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
156
156
|
|
157
157
|
@updated_at.setter
|
158
158
|
def updated_at(self, updated_at):
|
159
|
-
"""Sets the updated_at of this CreateSimSmMapsResponse.
|
159
|
+
r"""Sets the updated_at of this CreateSimSmMapsResponse.
|
160
160
|
|
161
161
|
更新时间
|
162
162
|
|
@@ -167,7 +167,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
167
167
|
|
168
168
|
@property
|
169
169
|
def file(self):
|
170
|
-
"""Gets the file of this CreateSimSmMapsResponse.
|
170
|
+
r"""Gets the file of this CreateSimSmMapsResponse.
|
171
171
|
|
172
172
|
:return: The file of this CreateSimSmMapsResponse.
|
173
173
|
:rtype: :class:`huaweicloudsdkoctopus.v2.FileCreateSrlz`
|
@@ -176,7 +176,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
176
176
|
|
177
177
|
@file.setter
|
178
178
|
def file(self, file):
|
179
|
-
"""Sets the file of this CreateSimSmMapsResponse.
|
179
|
+
r"""Sets the file of this CreateSimSmMapsResponse.
|
180
180
|
|
181
181
|
:param file: The file of this CreateSimSmMapsResponse.
|
182
182
|
:type file: :class:`huaweicloudsdkoctopus.v2.FileCreateSrlz`
|
@@ -185,7 +185,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
185
185
|
|
186
186
|
@property
|
187
187
|
def version(self):
|
188
|
-
"""Gets the version of this CreateSimSmMapsResponse.
|
188
|
+
r"""Gets the version of this CreateSimSmMapsResponse.
|
189
189
|
|
190
190
|
:return: The version of this CreateSimSmMapsResponse.
|
191
191
|
:rtype: :class:`huaweicloudsdkoctopus.v2.MapVersionEnum`
|
@@ -194,7 +194,7 @@ class CreateSimSmMapsResponse(SdkResponse):
|
|
194
194
|
|
195
195
|
@version.setter
|
196
196
|
def version(self, version):
|
197
|
-
"""Sets the version of this CreateSimSmMapsResponse.
|
197
|
+
r"""Sets the version of this CreateSimSmMapsResponse.
|
198
198
|
|
199
199
|
:param version: The version of this CreateSimSmMapsResponse.
|
200
200
|
:type version: :class:`huaweicloudsdkoctopus.v2.MapVersionEnum`
|
@@ -27,7 +27,7 @@ class CreateSimSmScenariosFilesRequest:
|
|
27
27
|
}
|
28
28
|
|
29
29
|
def __init__(self, parent_lookup_id=None, body=None):
|
30
|
-
"""CreateSimSmScenariosFilesRequest
|
30
|
+
r"""CreateSimSmScenariosFilesRequest
|
31
31
|
|
32
32
|
The model defined in huaweicloud sdk
|
33
33
|
|
@@ -49,7 +49,7 @@ class CreateSimSmScenariosFilesRequest:
|
|
49
49
|
|
50
50
|
@property
|
51
51
|
def parent_lookup_id(self):
|
52
|
-
"""Gets the parent_lookup_id of this CreateSimSmScenariosFilesRequest.
|
52
|
+
r"""Gets the parent_lookup_id of this CreateSimSmScenariosFilesRequest.
|
53
53
|
|
54
54
|
场景ID
|
55
55
|
|
@@ -60,7 +60,7 @@ class CreateSimSmScenariosFilesRequest:
|
|
60
60
|
|
61
61
|
@parent_lookup_id.setter
|
62
62
|
def parent_lookup_id(self, parent_lookup_id):
|
63
|
-
"""Sets the parent_lookup_id of this CreateSimSmScenariosFilesRequest.
|
63
|
+
r"""Sets the parent_lookup_id of this CreateSimSmScenariosFilesRequest.
|
64
64
|
|
65
65
|
场景ID
|
66
66
|
|
@@ -71,7 +71,7 @@ class CreateSimSmScenariosFilesRequest:
|
|
71
71
|
|
72
72
|
@property
|
73
73
|
def body(self):
|
74
|
-
"""Gets the body of this CreateSimSmScenariosFilesRequest.
|
74
|
+
r"""Gets the body of this CreateSimSmScenariosFilesRequest.
|
75
75
|
|
76
76
|
:return: The body of this CreateSimSmScenariosFilesRequest.
|
77
77
|
:rtype: :class:`huaweicloudsdkoctopus.v2.FileNestedCreateReqSrlz`
|
@@ -80,7 +80,7 @@ class CreateSimSmScenariosFilesRequest:
|
|
80
80
|
|
81
81
|
@body.setter
|
82
82
|
def body(self, body):
|
83
|
-
"""Sets the body of this CreateSimSmScenariosFilesRequest.
|
83
|
+
r"""Sets the body of this CreateSimSmScenariosFilesRequest.
|
84
84
|
|
85
85
|
:param body: The body of this CreateSimSmScenariosFilesRequest.
|
86
86
|
:type body: :class:`huaweicloudsdkoctopus.v2.FileNestedCreateReqSrlz`
|
@@ -44,7 +44,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
44
44
|
}
|
45
45
|
|
46
46
|
def __init__(self, url=None, sha256=None, created_at=None, updated_at=None, post=None, put_url=None, get_url=None, expire=None, ready=None, filename=None):
|
47
|
-
"""CreateSimSmScenariosFilesResponse
|
47
|
+
r"""CreateSimSmScenariosFilesResponse
|
48
48
|
|
49
49
|
The model defined in huaweicloud sdk
|
50
50
|
|
@@ -107,7 +107,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
107
107
|
|
108
108
|
@property
|
109
109
|
def url(self):
|
110
|
-
"""Gets the url of this CreateSimSmScenariosFilesResponse.
|
110
|
+
r"""Gets the url of this CreateSimSmScenariosFilesResponse.
|
111
111
|
|
112
112
|
地址
|
113
113
|
|
@@ -118,7 +118,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
118
118
|
|
119
119
|
@url.setter
|
120
120
|
def url(self, url):
|
121
|
-
"""Sets the url of this CreateSimSmScenariosFilesResponse.
|
121
|
+
r"""Sets the url of this CreateSimSmScenariosFilesResponse.
|
122
122
|
|
123
123
|
地址
|
124
124
|
|
@@ -129,7 +129,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
129
129
|
|
130
130
|
@property
|
131
131
|
def sha256(self):
|
132
|
-
"""Gets the sha256 of this CreateSimSmScenariosFilesResponse.
|
132
|
+
r"""Gets the sha256 of this CreateSimSmScenariosFilesResponse.
|
133
133
|
|
134
134
|
文件sha256值
|
135
135
|
|
@@ -140,7 +140,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
140
140
|
|
141
141
|
@sha256.setter
|
142
142
|
def sha256(self, sha256):
|
143
|
-
"""Sets the sha256 of this CreateSimSmScenariosFilesResponse.
|
143
|
+
r"""Sets the sha256 of this CreateSimSmScenariosFilesResponse.
|
144
144
|
|
145
145
|
文件sha256值
|
146
146
|
|
@@ -151,7 +151,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
151
151
|
|
152
152
|
@property
|
153
153
|
def created_at(self):
|
154
|
-
"""Gets the created_at of this CreateSimSmScenariosFilesResponse.
|
154
|
+
r"""Gets the created_at of this CreateSimSmScenariosFilesResponse.
|
155
155
|
|
156
156
|
创建时间
|
157
157
|
|
@@ -162,7 +162,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
162
162
|
|
163
163
|
@created_at.setter
|
164
164
|
def created_at(self, created_at):
|
165
|
-
"""Sets the created_at of this CreateSimSmScenariosFilesResponse.
|
165
|
+
r"""Sets the created_at of this CreateSimSmScenariosFilesResponse.
|
166
166
|
|
167
167
|
创建时间
|
168
168
|
|
@@ -173,7 +173,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
173
173
|
|
174
174
|
@property
|
175
175
|
def updated_at(self):
|
176
|
-
"""Gets the updated_at of this CreateSimSmScenariosFilesResponse.
|
176
|
+
r"""Gets the updated_at of this CreateSimSmScenariosFilesResponse.
|
177
177
|
|
178
178
|
更新时间
|
179
179
|
|
@@ -184,7 +184,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
184
184
|
|
185
185
|
@updated_at.setter
|
186
186
|
def updated_at(self, updated_at):
|
187
|
-
"""Sets the updated_at of this CreateSimSmScenariosFilesResponse.
|
187
|
+
r"""Sets the updated_at of this CreateSimSmScenariosFilesResponse.
|
188
188
|
|
189
189
|
更新时间
|
190
190
|
|
@@ -195,7 +195,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
195
195
|
|
196
196
|
@property
|
197
197
|
def post(self):
|
198
|
-
"""Gets the post of this CreateSimSmScenariosFilesResponse.
|
198
|
+
r"""Gets the post of this CreateSimSmScenariosFilesResponse.
|
199
199
|
|
200
200
|
POST地址
|
201
201
|
|
@@ -206,7 +206,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
206
206
|
|
207
207
|
@post.setter
|
208
208
|
def post(self, post):
|
209
|
-
"""Sets the post of this CreateSimSmScenariosFilesResponse.
|
209
|
+
r"""Sets the post of this CreateSimSmScenariosFilesResponse.
|
210
210
|
|
211
211
|
POST地址
|
212
212
|
|
@@ -217,7 +217,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
217
217
|
|
218
218
|
@property
|
219
219
|
def put_url(self):
|
220
|
-
"""Gets the put_url of this CreateSimSmScenariosFilesResponse.
|
220
|
+
r"""Gets the put_url of this CreateSimSmScenariosFilesResponse.
|
221
221
|
|
222
222
|
PUT地址
|
223
223
|
|
@@ -228,7 +228,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
228
228
|
|
229
229
|
@put_url.setter
|
230
230
|
def put_url(self, put_url):
|
231
|
-
"""Sets the put_url of this CreateSimSmScenariosFilesResponse.
|
231
|
+
r"""Sets the put_url of this CreateSimSmScenariosFilesResponse.
|
232
232
|
|
233
233
|
PUT地址
|
234
234
|
|
@@ -239,7 +239,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
239
239
|
|
240
240
|
@property
|
241
241
|
def get_url(self):
|
242
|
-
"""Gets the get_url of this CreateSimSmScenariosFilesResponse.
|
242
|
+
r"""Gets the get_url of this CreateSimSmScenariosFilesResponse.
|
243
243
|
|
244
244
|
GET地址
|
245
245
|
|
@@ -250,7 +250,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
250
250
|
|
251
251
|
@get_url.setter
|
252
252
|
def get_url(self, get_url):
|
253
|
-
"""Sets the get_url of this CreateSimSmScenariosFilesResponse.
|
253
|
+
r"""Sets the get_url of this CreateSimSmScenariosFilesResponse.
|
254
254
|
|
255
255
|
GET地址
|
256
256
|
|
@@ -261,7 +261,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
261
261
|
|
262
262
|
@property
|
263
263
|
def expire(self):
|
264
|
-
"""Gets the expire of this CreateSimSmScenariosFilesResponse.
|
264
|
+
r"""Gets the expire of this CreateSimSmScenariosFilesResponse.
|
265
265
|
|
266
266
|
默认失效时间为600秒.
|
267
267
|
|
@@ -272,7 +272,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
272
272
|
|
273
273
|
@expire.setter
|
274
274
|
def expire(self, expire):
|
275
|
-
"""Sets the expire of this CreateSimSmScenariosFilesResponse.
|
275
|
+
r"""Sets the expire of this CreateSimSmScenariosFilesResponse.
|
276
276
|
|
277
277
|
默认失效时间为600秒.
|
278
278
|
|
@@ -283,7 +283,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
283
283
|
|
284
284
|
@property
|
285
285
|
def ready(self):
|
286
|
-
"""Gets the ready of this CreateSimSmScenariosFilesResponse.
|
286
|
+
r"""Gets the ready of this CreateSimSmScenariosFilesResponse.
|
287
287
|
|
288
288
|
状态
|
289
289
|
|
@@ -294,7 +294,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
294
294
|
|
295
295
|
@ready.setter
|
296
296
|
def ready(self, ready):
|
297
|
-
"""Sets the ready of this CreateSimSmScenariosFilesResponse.
|
297
|
+
r"""Sets the ready of this CreateSimSmScenariosFilesResponse.
|
298
298
|
|
299
299
|
状态
|
300
300
|
|
@@ -305,7 +305,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
305
305
|
|
306
306
|
@property
|
307
307
|
def filename(self):
|
308
|
-
"""Gets the filename of this CreateSimSmScenariosFilesResponse.
|
308
|
+
r"""Gets the filename of this CreateSimSmScenariosFilesResponse.
|
309
309
|
|
310
310
|
文件名
|
311
311
|
|
@@ -316,7 +316,7 @@ class CreateSimSmScenariosFilesResponse(SdkResponse):
|
|
316
316
|
|
317
317
|
@filename.setter
|
318
318
|
def filename(self, filename):
|
319
|
-
"""Sets the filename of this CreateSimSmScenariosFilesResponse.
|
319
|
+
r"""Sets the filename of this CreateSimSmScenariosFilesResponse.
|
320
320
|
|
321
321
|
文件名
|
322
322
|
|
@@ -25,7 +25,7 @@ class CreateSimSmScenariosRequest:
|
|
25
25
|
}
|
26
26
|
|
27
27
|
def __init__(self, body=None):
|
28
|
-
"""CreateSimSmScenariosRequest
|
28
|
+
r"""CreateSimSmScenariosRequest
|
29
29
|
|
30
30
|
The model defined in huaweicloud sdk
|
31
31
|
|
@@ -43,7 +43,7 @@ class CreateSimSmScenariosRequest:
|
|
43
43
|
|
44
44
|
@property
|
45
45
|
def body(self):
|
46
|
-
"""Gets the body of this CreateSimSmScenariosRequest.
|
46
|
+
r"""Gets the body of this CreateSimSmScenariosRequest.
|
47
47
|
|
48
48
|
:return: The body of this CreateSimSmScenariosRequest.
|
49
49
|
:rtype: :class:`huaweicloudsdkoctopus.v2.ScenarioCreateReqSrlz`
|
@@ -52,7 +52,7 @@ class CreateSimSmScenariosRequest:
|
|
52
52
|
|
53
53
|
@body.setter
|
54
54
|
def body(self, body):
|
55
|
-
"""Sets the body of this CreateSimSmScenariosRequest.
|
55
|
+
r"""Sets the body of this CreateSimSmScenariosRequest.
|
56
56
|
|
57
57
|
:param body: The body of this CreateSimSmScenariosRequest.
|
58
58
|
:type body: :class:`huaweicloudsdkoctopus.v2.ScenarioCreateReqSrlz`
|