Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
FirstName | string | ||
LastName | string | ||
string |
func NewConnectUserRequest(username string, firstName string, lastName string, email string, ) *ConnectUserRequest
NewConnectUserRequest instantiates a new ConnectUserRequest 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 NewConnectUserRequestWithDefaults() *ConnectUserRequest
NewConnectUserRequestWithDefaults instantiates a new ConnectUserRequest 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 *ConnectUserRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ConnectUserRequest) 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 *ConnectUserRequest) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ConnectUserRequest) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *ConnectUserRequest) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectUserRequest) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *ConnectUserRequest) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *ConnectUserRequest) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectUserRequest) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *ConnectUserRequest) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ConnectUserRequest) 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 *ConnectUserRequest) SetEmail(v string)
SetEmail sets Email field to given value.