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
NewIncidentCreateRelationships instantiates a new IncidentCreateRelationships object.
16
16
This constructor will assign default values to properties that have it defined,
@@ -25,23 +25,23 @@ NewIncidentCreateRelationshipsWithDefaults instantiates a new IncidentCreateRela
25
25
This constructor will only assign default values to properties that have it defined,
26
26
but it doesn't guarantee that properties required by API are set.
27
27
28
-
### GetCommander
28
+
### GetCommanderUser
29
29
30
-
`func (o *IncidentCreateRelationships) GetCommander() RelationshipToUser`
30
+
`func (o *IncidentCreateRelationships) GetCommanderUser() NullableRelationshipToUser`
31
31
32
-
GetCommander returns the Commander field if non-nil, zero value otherwise.
32
+
GetCommanderUser returns the CommanderUser field if non-nil, zero value otherwise.
33
33
34
-
### GetCommanderOk
34
+
### GetCommanderUserOk
35
35
36
-
`func (o *IncidentCreateRelationships) GetCommanderOk() (*RelationshipToUser, bool)`
36
+
`func (o *IncidentCreateRelationships) GetCommanderUserOk() (*NullableRelationshipToUser, bool)`
37
37
38
-
GetCommanderOk returns a tuple with the Commander field if it's non-nil, zero value otherwise
38
+
GetCommanderUserOk returns a tuple with the CommanderUser field if it's non-nil, zero value otherwise
39
39
and a boolean to check if the value has been set.
40
40
41
-
### SetCommander
41
+
### SetCommanderUser
42
42
43
-
`func (o *IncidentCreateRelationships) SetCommander(v RelationshipToUser)`
43
+
`func (o *IncidentCreateRelationships) SetCommanderUser(v NullableRelationshipToUser)`
44
44
45
-
SetCommander sets Commander field to given value.
45
+
SetCommanderUser sets CommanderUser field to given value.
46
46
47
47
[[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