Name | Type | Description | Notes |
---|---|---|---|
Username | string | ||
Password | string | ||
string | |||
Phone | string | ||
VerificationCode | string | ||
ConnectorId | string | ||
ConnectorData | map[string]interface{} | arbitrary |
func NewApiInteractionPutRequestIdentifier(username string, password string, email string, phone string, verificationCode string, connectorId string, connectorData map[string]interface{}, ) *ApiInteractionPutRequestIdentifier
NewApiInteractionPutRequestIdentifier instantiates a new ApiInteractionPutRequestIdentifier 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 NewApiInteractionPutRequestIdentifierWithDefaults() *ApiInteractionPutRequestIdentifier
NewApiInteractionPutRequestIdentifierWithDefaults instantiates a new ApiInteractionPutRequestIdentifier 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 *ApiInteractionPutRequestIdentifier) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) 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 *ApiInteractionPutRequestIdentifier) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ApiInteractionPutRequestIdentifier) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifier) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ApiInteractionPutRequestIdentifier) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) 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 *ApiInteractionPutRequestIdentifier) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *ApiInteractionPutRequestIdentifier) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifier) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *ApiInteractionPutRequestIdentifier) GetVerificationCode() string
GetVerificationCode returns the VerificationCode field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) GetVerificationCodeOk() (*string, bool)
GetVerificationCodeOk returns a tuple with the VerificationCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifier) SetVerificationCode(v string)
SetVerificationCode sets VerificationCode field to given value.
func (o *ApiInteractionPutRequestIdentifier) GetConnectorId() string
GetConnectorId returns the ConnectorId field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) GetConnectorIdOk() (*string, bool)
GetConnectorIdOk returns a tuple with the ConnectorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifier) SetConnectorId(v string)
SetConnectorId sets ConnectorId field to given value.
func (o *ApiInteractionPutRequestIdentifier) GetConnectorData() map[string]interface{}
GetConnectorData returns the ConnectorData field if non-nil, zero value otherwise.
func (o *ApiInteractionPutRequestIdentifier) GetConnectorDataOk() (*map[string]interface{}, bool)
GetConnectorDataOk returns a tuple with the ConnectorData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionPutRequestIdentifier) SetConnectorData(v map[string]interface{})
SetConnectorData sets ConnectorData field to given value.