You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Fields** | Pointer to **map[string]string** | | [optional]
12
+
**Fields** | Pointer to [**ResultCreateFields**](ResultCreateFields.md) | | [optional]
13
13
**Attachments** | Pointer to **[]string** | | [optional]
14
14
**Steps** | Pointer to [**[]ResultStep**](ResultStep.md) | | [optional]
15
15
**StepsType** | Pointer to [**NullableResultStepsType**](ResultStepsType.md) | | [optional]
16
16
**Params** | Pointer to **map[string]string** | | [optional]
17
-
**Author** | Pointer to **string** | | [optional]
17
+
**ParamGroups** | Pointer to **[][]string** | List parameter groups by name only. Add their values in the 'params' field | [optional]
18
18
**Relations** | Pointer to [**NullableResultRelations**](ResultRelations.md) | | [optional]
19
-
**Muted** | Pointer to **bool** | | [optional]
20
19
**Message** | Pointer to **NullableString** | | [optional]
21
-
**CreatedAt** | Pointer to **NullableFloat64** | | [optional]
20
+
**Defect** | Pointer to **bool** | If true and the result is failed, the defect associated with the result will be created | [optional]
22
21
23
22
## Methods
24
23
@@ -166,20 +165,20 @@ SetExecution sets Execution field to given value.
166
165
167
166
### GetFields
168
167
169
-
`func (o *ResultCreate) GetFields() map[string]string`
168
+
`func (o *ResultCreate) GetFields() ResultCreateFields`
170
169
171
170
GetFields returns the Fields field if non-nil, zero value otherwise.
172
171
173
172
### GetFieldsOk
174
173
175
-
`func (o *ResultCreate) GetFieldsOk() (*map[string]string, bool)`
174
+
`func (o *ResultCreate) GetFieldsOk() (*ResultCreateFields, bool)`
176
175
177
176
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise
178
177
and a boolean to check if the value has been set.
179
178
180
179
### SetFields
181
180
182
-
`func (o *ResultCreate) SetFields(v map[string]string)`
181
+
`func (o *ResultCreate) SetFields(v ResultCreateFields)`
183
182
184
183
SetFields sets Fields field to given value.
185
184
@@ -299,31 +298,41 @@ SetParams sets Params field to given value.
299
298
300
299
HasParams returns a boolean if a field has been set.
301
300
302
-
### GetAuthor
301
+
### GetParamGroups
303
302
304
-
`func (o *ResultCreate) GetAuthor() string`
303
+
`func (o *ResultCreate) GetParamGroups() [][]string`
305
304
306
-
GetAuthor returns the Author field if non-nil, zero value otherwise.
305
+
GetParamGroups returns the ParamGroups field if non-nil, zero value otherwise.
307
306
308
-
### GetAuthorOk
307
+
### GetParamGroupsOk
309
308
310
-
`func (o *ResultCreate) GetAuthorOk() (*string, bool)`
309
+
`func (o *ResultCreate) GetParamGroupsOk() (*[][]string, bool)`
311
310
312
-
GetAuthorOk returns a tuple with the Author field if it's non-nil, zero value otherwise
311
+
GetParamGroupsOk returns a tuple with the ParamGroups field if it's non-nil, zero value otherwise
313
312
and a boolean to check if the value has been set.
314
313
315
-
### SetAuthor
314
+
### SetParamGroups
316
315
317
-
`func (o *ResultCreate) SetAuthor(v string)`
316
+
`func (o *ResultCreate) SetParamGroups(v [][]string)`
318
317
319
-
SetAuthor sets Author field to given value.
318
+
SetParamGroups sets ParamGroups field to given value.
320
319
321
-
### HasAuthor
320
+
### HasParamGroups
322
321
323
-
`func (o *ResultCreate) HasAuthor() bool`
322
+
`func (o *ResultCreate) HasParamGroups() bool`
324
323
325
-
HasAuthor returns a boolean if a field has been set.
324
+
HasParamGroups returns a boolean if a field has been set.
326
325
326
+
### SetParamGroupsNil
327
+
328
+
`func (o *ResultCreate) SetParamGroupsNil(b bool)`
329
+
330
+
SetParamGroupsNil sets the value for ParamGroups to be an explicit nil
331
+
332
+
### UnsetParamGroups
333
+
`func (o *ResultCreate) UnsetParamGroups()`
334
+
335
+
UnsetParamGroups ensures that no value is present for ParamGroups, not even an explicit nil
327
336
### GetRelations
328
337
329
338
`func (o *ResultCreate) GetRelations() ResultRelations`
@@ -359,31 +368,6 @@ HasRelations returns a boolean if a field has been set.
359
368
`func (o *ResultCreate) UnsetRelations()`
360
369
361
370
UnsetRelations ensures that no value is present for Relations, not even an explicit nil
362
-
### GetMuted
363
-
364
-
`func (o *ResultCreate) GetMuted() bool`
365
-
366
-
GetMuted returns the Muted field if non-nil, zero value otherwise.
367
-
368
-
### GetMutedOk
369
-
370
-
`func (o *ResultCreate) GetMutedOk() (*bool, bool)`
371
-
372
-
GetMutedOk returns a tuple with the Muted field if it's non-nil, zero value otherwise
373
-
and a boolean to check if the value has been set.
374
-
375
-
### SetMuted
376
-
377
-
`func (o *ResultCreate) SetMuted(v bool)`
378
-
379
-
SetMuted sets Muted field to given value.
380
-
381
-
### HasMuted
382
-
383
-
`func (o *ResultCreate) HasMuted() bool`
384
-
385
-
HasMuted returns a boolean if a field has been set.
386
-
387
371
### GetMessage
388
372
389
373
`func (o *ResultCreate) GetMessage() string`
@@ -419,41 +403,31 @@ HasMessage returns a boolean if a field has been set.
419
403
`func (o *ResultCreate) UnsetMessage()`
420
404
421
405
UnsetMessage ensures that no value is present for Message, not even an explicit nil
422
-
### GetCreatedAt
406
+
### GetDefect
423
407
424
-
`func (o *ResultCreate) GetCreatedAt() float64`
408
+
`func (o *ResultCreate) GetDefect() bool`
425
409
426
-
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
410
+
GetDefect returns the Defect field if non-nil, zero value otherwise.
427
411
428
-
### GetCreatedAtOk
412
+
### GetDefectOk
429
413
430
-
`func (o *ResultCreate) GetCreatedAtOk() (*float64, bool)`
414
+
`func (o *ResultCreate) GetDefectOk() (*bool, bool)`
431
415
432
-
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
416
+
GetDefectOk returns a tuple with the Defect field if it's non-nil, zero value otherwise
433
417
and a boolean to check if the value has been set.
434
418
435
-
### SetCreatedAt
436
-
437
-
`func (o *ResultCreate) SetCreatedAt(v float64)`
438
-
439
-
SetCreatedAt sets CreatedAt field to given value.
440
-
441
-
### HasCreatedAt
442
-
443
-
`func (o *ResultCreate) HasCreatedAt() bool`
419
+
### SetDefect
444
420
445
-
HasCreatedAt returns a boolean if a field has been set.
421
+
`func (o *ResultCreate) SetDefect(v bool)`
446
422
447
-
### SetCreatedAtNil
423
+
SetDefect sets Defect field to given value.
448
424
449
-
`func (o *ResultCreate) SetCreatedAtNil(b bool)`
425
+
### HasDefect
450
426
451
-
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
427
+
`func (o *ResultCreate) HasDefect() bool`
452
428
453
-
### UnsetCreatedAt
454
-
`func (o *ResultCreate) UnsetCreatedAt()`
429
+
HasDefect returns a boolean if a field has been set.
455
430
456
-
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
457
431
458
432
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments