| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | Unique User ID | [optional] |
| FullName | Pointer to string | User's firstname and lastname | [optional] |
| Username | Pointer to string | User's username | [optional] |
func NewBasicApplicationAllOfUsers() *BasicApplicationAllOfUsers
NewBasicApplicationAllOfUsers instantiates a new BasicApplicationAllOfUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBasicApplicationAllOfUsersWithDefaults() *BasicApplicationAllOfUsers
NewBasicApplicationAllOfUsersWithDefaults instantiates a new BasicApplicationAllOfUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *BasicApplicationAllOfUsers) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BasicApplicationAllOfUsers) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BasicApplicationAllOfUsers) SetId(v string)
SetId sets Id field to given value.
func (o *BasicApplicationAllOfUsers) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BasicApplicationAllOfUsers) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *BasicApplicationAllOfUsers) GetFullNameOk() (*string, bool)
GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BasicApplicationAllOfUsers) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *BasicApplicationAllOfUsers) HasFullName() bool
HasFullName returns a boolean if a field has been set.
func (o *BasicApplicationAllOfUsers) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *BasicApplicationAllOfUsers) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BasicApplicationAllOfUsers) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *BasicApplicationAllOfUsers) HasUsername() bool
HasUsername returns a boolean if a field has been set.