| Name | Type | Description | Notes |
|---|---|---|---|
| Pointer to string | [optional] | ||
| Username | Pointer to string | [optional] | |
| Permissions | Pointer to float32 | [optional] |
func NewCreateUserRequest() *CreateUserRequest
NewCreateUserRequest instantiates a new CreateUserRequest 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 NewCreateUserRequestWithDefaults() *CreateUserRequest
NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest 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 *CreateUserRequest) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CreateUserRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateUserRequest) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CreateUserRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CreateUserRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *CreateUserRequest) 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 *CreateUserRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *CreateUserRequest) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *CreateUserRequest) GetPermissions() float32
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *CreateUserRequest) GetPermissionsOk() (*float32, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateUserRequest) SetPermissions(v float32)
SetPermissions sets Permissions field to given value.
func (o *CreateUserRequest) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.