|
| 1 | +# NullableRelationshipToUserData |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +| Name | Type | Description | Notes | |
| 6 | +| -------- | ----------------------------- | --------------------------------------------- | ---------------------------- | |
| 7 | +| **Id** | **string** | A unique identifier that represents the user. | |
| 8 | +| **Type** | [**UsersType**](UsersType.md) | | [default to USERSTYPE_USERS] | |
| 9 | + |
| 10 | +## Methods |
| 11 | + |
| 12 | +### NewNullableRelationshipToUserData |
| 13 | + |
| 14 | +`func NewNullableRelationshipToUserData(id string, type_ UsersType) *NullableRelationshipToUserData` |
| 15 | + |
| 16 | +NewNullableRelationshipToUserData instantiates a new NullableRelationshipToUserData object. |
| 17 | +This constructor will assign default values to properties that have it defined, |
| 18 | +and makes sure properties required by API are set, but the set of arguments |
| 19 | +will change when the set of required properties is changed. |
| 20 | + |
| 21 | +### NewNullableRelationshipToUserDataWithDefaults |
| 22 | + |
| 23 | +`func NewNullableRelationshipToUserDataWithDefaults() *NullableRelationshipToUserData` |
| 24 | + |
| 25 | +NewNullableRelationshipToUserDataWithDefaults instantiates a new NullableRelationshipToUserData object. |
| 26 | +This constructor will only assign default values to properties that have it defined, |
| 27 | +but it doesn't guarantee that properties required by API are set. |
| 28 | + |
| 29 | +### GetId |
| 30 | + |
| 31 | +`func (o *NullableRelationshipToUserData) GetId() string` |
| 32 | + |
| 33 | +GetId returns the Id field if non-nil, zero value otherwise. |
| 34 | + |
| 35 | +### GetIdOk |
| 36 | + |
| 37 | +`func (o *NullableRelationshipToUserData) GetIdOk() (*string, bool)` |
| 38 | + |
| 39 | +GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise |
| 40 | +and a boolean to check if the value has been set. |
| 41 | + |
| 42 | +### SetId |
| 43 | + |
| 44 | +`func (o *NullableRelationshipToUserData) SetId(v string)` |
| 45 | + |
| 46 | +SetId sets Id field to given value. |
| 47 | + |
| 48 | +### GetType |
| 49 | + |
| 50 | +`func (o *NullableRelationshipToUserData) GetType() UsersType` |
| 51 | + |
| 52 | +GetType returns the Type field if non-nil, zero value otherwise. |
| 53 | + |
| 54 | +### GetTypeOk |
| 55 | + |
| 56 | +`func (o *NullableRelationshipToUserData) GetTypeOk() (*UsersType, bool)` |
| 57 | + |
| 58 | +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise |
| 59 | +and a boolean to check if the value has been set. |
| 60 | + |
| 61 | +### SetType |
| 62 | + |
| 63 | +`func (o *NullableRelationshipToUserData) SetType(v UsersType)` |
| 64 | + |
| 65 | +SetType sets Type field to given value. |
| 66 | + |
| 67 | +[[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