|
2 | 2 |
|
3 | 3 | ## Properties
|
4 | 4 |
|
5 |
| -Name | Type | Description | Notes |
6 |
| ------------- | ------------- | ------------- | ------------- |
7 |
| -**CaseId** | Pointer to **int64** | | [optional] |
8 |
| -**Case** | Pointer to [**ResultCreateCase**](ResultCreateCase.md) | | [optional] |
9 |
| -**Status** | **string** | Can have the following values `passed`, `failed`, `blocked`, `skipped`, `invalid` + custom statuses | |
10 |
| -**StartTime** | Pointer to **NullableInt32** | | [optional] |
11 |
| -**Time** | Pointer to **NullableInt64** | | [optional] |
12 |
| -**TimeMs** | Pointer to **NullableInt64** | | [optional] |
13 |
| -**Defect** | Pointer to **NullableBool** | | [optional] |
14 |
| -**Attachments** | Pointer to **[]string** | | [optional] |
15 |
| -**Stacktrace** | Pointer to **NullableString** | | [optional] |
16 |
| -**Comment** | Pointer to **NullableString** | | [optional] |
17 |
| -**Param** | Pointer to **map[string]string** | A map of parameters (name => value) | [optional] |
18 |
| -**Steps** | Pointer to [**[]TestStepResultCreate**](TestStepResultCreate.md) | | [optional] |
19 |
| -**AuthorId** | Pointer to **NullableInt64** | | [optional] |
| 5 | + Name | Type | Description | Notes |
| 6 | +-----------------|------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|------------ |
| 7 | + **CaseId** | Pointer to **int64** | | [optional] |
| 8 | + **Case** | Pointer to [**ResultCreateCase**](ResultCreateCase.md) | | [optional] |
| 9 | + **Status** | **string** | Can have the following values `passed`, `failed`, `blocked`, `skipped`, `invalid` + custom statuses | |
| 10 | + **StartTime** | Pointer to **NullableInt32** | | [optional] |
| 11 | + **Time** | Pointer to **NullableInt64** | | [optional] |
| 12 | + **TimeMs** | Pointer to **NullableInt64** | | [optional] |
| 13 | + **Defect** | Pointer to **NullableBool** | | [optional] |
| 14 | + **Attachments** | Pointer to **[]string** | | [optional] |
| 15 | + **Stacktrace** | Pointer to **NullableString** | | [optional] |
| 16 | + **Comment** | Pointer to **NullableString** | | [optional] |
| 17 | + **Param** | Pointer to **map[string]string** | A map of parameters (name => value) | [optional] |
| 18 | + **ParamGroups** | Pointer to **[][]string** | A list of parameter groups | [optional] |
| 19 | + **Steps** | Pointer to [**[]TestStepResultCreate**](TestStepResultCreate.md) | | [optional] |
| 20 | + **AuthorId** | Pointer to **NullableInt64** | | [optional] |
20 | 21 |
|
21 | 22 | ## Methods
|
22 | 23 |
|
@@ -106,7 +107,6 @@ and a boolean to check if the value has been set.
|
106 | 107 |
|
107 | 108 | SetStatus sets Status field to given value.
|
108 | 109 |
|
109 |
| - |
110 | 110 | ### GetStartTime
|
111 | 111 |
|
112 | 112 | `func (o *ResultCreate) GetStartTime() int32`
|
@@ -136,12 +136,14 @@ HasStartTime returns a boolean if a field has been set.
|
136 | 136 |
|
137 | 137 | `func (o *ResultCreate) SetStartTimeNil(b bool)`
|
138 | 138 |
|
139 |
| - SetStartTimeNil sets the value for StartTime to be an explicit nil |
| 139 | +SetStartTimeNil sets the value for StartTime to be an explicit nil |
140 | 140 |
|
141 | 141 | ### UnsetStartTime
|
| 142 | + |
142 | 143 | `func (o *ResultCreate) UnsetStartTime()`
|
143 | 144 |
|
144 | 145 | UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil
|
| 146 | + |
145 | 147 | ### GetTime
|
146 | 148 |
|
147 | 149 | `func (o *ResultCreate) GetTime() int64`
|
@@ -171,12 +173,14 @@ HasTime returns a boolean if a field has been set.
|
171 | 173 |
|
172 | 174 | `func (o *ResultCreate) SetTimeNil(b bool)`
|
173 | 175 |
|
174 |
| - SetTimeNil sets the value for Time to be an explicit nil |
| 176 | +SetTimeNil sets the value for Time to be an explicit nil |
175 | 177 |
|
176 | 178 | ### UnsetTime
|
| 179 | + |
177 | 180 | `func (o *ResultCreate) UnsetTime()`
|
178 | 181 |
|
179 | 182 | UnsetTime ensures that no value is present for Time, not even an explicit nil
|
| 183 | + |
180 | 184 | ### GetTimeMs
|
181 | 185 |
|
182 | 186 | `func (o *ResultCreate) GetTimeMs() int64`
|
@@ -206,12 +210,14 @@ HasTimeMs returns a boolean if a field has been set.
|
206 | 210 |
|
207 | 211 | `func (o *ResultCreate) SetTimeMsNil(b bool)`
|
208 | 212 |
|
209 |
| - SetTimeMsNil sets the value for TimeMs to be an explicit nil |
| 213 | +SetTimeMsNil sets the value for TimeMs to be an explicit nil |
210 | 214 |
|
211 | 215 | ### UnsetTimeMs
|
| 216 | + |
212 | 217 | `func (o *ResultCreate) UnsetTimeMs()`
|
213 | 218 |
|
214 | 219 | UnsetTimeMs ensures that no value is present for TimeMs, not even an explicit nil
|
| 220 | + |
215 | 221 | ### GetDefect
|
216 | 222 |
|
217 | 223 | `func (o *ResultCreate) GetDefect() bool`
|
@@ -241,12 +247,14 @@ HasDefect returns a boolean if a field has been set.
|
241 | 247 |
|
242 | 248 | `func (o *ResultCreate) SetDefectNil(b bool)`
|
243 | 249 |
|
244 |
| - SetDefectNil sets the value for Defect to be an explicit nil |
| 250 | +SetDefectNil sets the value for Defect to be an explicit nil |
245 | 251 |
|
246 | 252 | ### UnsetDefect
|
| 253 | + |
247 | 254 | `func (o *ResultCreate) UnsetDefect()`
|
248 | 255 |
|
249 | 256 | UnsetDefect ensures that no value is present for Defect, not even an explicit nil
|
| 257 | + |
250 | 258 | ### GetAttachments
|
251 | 259 |
|
252 | 260 | `func (o *ResultCreate) GetAttachments() []string`
|
@@ -276,12 +284,14 @@ HasAttachments returns a boolean if a field has been set.
|
276 | 284 |
|
277 | 285 | `func (o *ResultCreate) SetAttachmentsNil(b bool)`
|
278 | 286 |
|
279 |
| - SetAttachmentsNil sets the value for Attachments to be an explicit nil |
| 287 | +SetAttachmentsNil sets the value for Attachments to be an explicit nil |
280 | 288 |
|
281 | 289 | ### UnsetAttachments
|
| 290 | + |
282 | 291 | `func (o *ResultCreate) UnsetAttachments()`
|
283 | 292 |
|
284 | 293 | UnsetAttachments ensures that no value is present for Attachments, not even an explicit nil
|
| 294 | + |
285 | 295 | ### GetStacktrace
|
286 | 296 |
|
287 | 297 | `func (o *ResultCreate) GetStacktrace() string`
|
@@ -311,12 +321,14 @@ HasStacktrace returns a boolean if a field has been set.
|
311 | 321 |
|
312 | 322 | `func (o *ResultCreate) SetStacktraceNil(b bool)`
|
313 | 323 |
|
314 |
| - SetStacktraceNil sets the value for Stacktrace to be an explicit nil |
| 324 | +SetStacktraceNil sets the value for Stacktrace to be an explicit nil |
315 | 325 |
|
316 | 326 | ### UnsetStacktrace
|
| 327 | + |
317 | 328 | `func (o *ResultCreate) UnsetStacktrace()`
|
318 | 329 |
|
319 | 330 | UnsetStacktrace ensures that no value is present for Stacktrace, not even an explicit nil
|
| 331 | + |
320 | 332 | ### GetComment
|
321 | 333 |
|
322 | 334 | `func (o *ResultCreate) GetComment() string`
|
@@ -346,12 +358,14 @@ HasComment returns a boolean if a field has been set.
|
346 | 358 |
|
347 | 359 | `func (o *ResultCreate) SetCommentNil(b bool)`
|
348 | 360 |
|
349 |
| - SetCommentNil sets the value for Comment to be an explicit nil |
| 361 | +SetCommentNil sets the value for Comment to be an explicit nil |
350 | 362 |
|
351 | 363 | ### UnsetComment
|
| 364 | + |
352 | 365 | `func (o *ResultCreate) UnsetComment()`
|
353 | 366 |
|
354 | 367 | UnsetComment ensures that no value is present for Comment, not even an explicit nil
|
| 368 | + |
355 | 369 | ### GetParam
|
356 | 370 |
|
357 | 371 | `func (o *ResultCreate) GetParam() map[string]string`
|
@@ -381,12 +395,51 @@ HasParam returns a boolean if a field has been set.
|
381 | 395 |
|
382 | 396 | `func (o *ResultCreate) SetParamNil(b bool)`
|
383 | 397 |
|
384 |
| - SetParamNil sets the value for Param to be an explicit nil |
| 398 | +SetParamNil sets the value for Param to be an explicit nil |
385 | 399 |
|
386 | 400 | ### UnsetParam
|
| 401 | + |
387 | 402 | `func (o *ResultCreate) UnsetParam()`
|
388 | 403 |
|
389 | 404 | UnsetParam ensures that no value is present for Param, not even an explicit nil
|
| 405 | + |
| 406 | +### GetParamGroups |
| 407 | + |
| 408 | +`func (o *ResultCreate) GetParamGroups() [][]string` |
| 409 | + |
| 410 | +GetParamGroups returns the ParamGroups field if non-nil, zero value otherwise. |
| 411 | + |
| 412 | +### GetParamGroupsOk |
| 413 | + |
| 414 | +`func (o *ResultCreate) GetParamGroupsOk() (*[][]string, bool)` |
| 415 | + |
| 416 | +GetParamGroupsOk returns a tuple with the ParamGroups field if it's non-nil, zero value otherwise |
| 417 | +and a boolean to check if the value has been set. |
| 418 | + |
| 419 | +### SetParamGroups |
| 420 | + |
| 421 | +`func (o *ResultCreate) SetParamGroups(v [][]string)` |
| 422 | + |
| 423 | +SetParamGroups sets ParamGroups field to given value. |
| 424 | + |
| 425 | +### HasParamGroups |
| 426 | + |
| 427 | +`func (o *ResultCreate) HasParamGroups() bool` |
| 428 | + |
| 429 | +HasParamGroups returns a boolean if a field has been set. |
| 430 | + |
| 431 | +### SetParamGroupsNil |
| 432 | + |
| 433 | +`func (o *ResultCreate) SetParamGroupsNil(b bool)` |
| 434 | + |
| 435 | +SetParamGroupsNil sets the value for ParamGroups to be an explicit nil |
| 436 | + |
| 437 | +### UnsetParamGroups |
| 438 | + |
| 439 | +`func (o *ResultCreate) UnsetParamGroups()` |
| 440 | + |
| 441 | +UnsetParamGroups ensures that no value is present for ParamGroups, not even an explicit nil |
| 442 | + |
390 | 443 | ### GetSteps
|
391 | 444 |
|
392 | 445 | `func (o *ResultCreate) GetSteps() []TestStepResultCreate`
|
@@ -416,12 +469,14 @@ HasSteps returns a boolean if a field has been set.
|
416 | 469 |
|
417 | 470 | `func (o *ResultCreate) SetStepsNil(b bool)`
|
418 | 471 |
|
419 |
| - SetStepsNil sets the value for Steps to be an explicit nil |
| 472 | +SetStepsNil sets the value for Steps to be an explicit nil |
420 | 473 |
|
421 | 474 | ### UnsetSteps
|
| 475 | + |
422 | 476 | `func (o *ResultCreate) UnsetSteps()`
|
423 | 477 |
|
424 | 478 | UnsetSteps ensures that no value is present for Steps, not even an explicit nil
|
| 479 | + |
425 | 480 | ### GetAuthorId
|
426 | 481 |
|
427 | 482 | `func (o *ResultCreate) GetAuthorId() int64`
|
@@ -451,9 +506,10 @@ HasAuthorId returns a boolean if a field has been set.
|
451 | 506 |
|
452 | 507 | `func (o *ResultCreate) SetAuthorIdNil(b bool)`
|
453 | 508 |
|
454 |
| - SetAuthorIdNil sets the value for AuthorId to be an explicit nil |
| 509 | +SetAuthorIdNil sets the value for AuthorId to be an explicit nil |
455 | 510 |
|
456 | 511 | ### UnsetAuthorId
|
| 512 | + |
457 | 513 | `func (o *ResultCreate) UnsetAuthorId()`
|
458 | 514 |
|
459 | 515 | UnsetAuthorId ensures that no value is present for AuthorId, not even an explicit nil
|
|
0 commit comments