Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.4 KB

ApiInteractionPutRequestIdentifier.md

File metadata and controls

177 lines (94 loc) · 5.4 KB

ApiInteractionPutRequestIdentifier

Properties

Name Type Description Notes
Username string
Password string
Email string
Phone string
VerificationCode string
ConnectorId string
ConnectorData map[string]interface{} arbitrary

Methods

NewApiInteractionPutRequestIdentifier

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

NewApiInteractionPutRequestIdentifierWithDefaults

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

GetUsername

func (o *ApiInteractionPutRequestIdentifier) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

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.

SetUsername

func (o *ApiInteractionPutRequestIdentifier) SetUsername(v string)

SetUsername sets Username field to given value.

GetPassword

func (o *ApiInteractionPutRequestIdentifier) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

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.

SetPassword

func (o *ApiInteractionPutRequestIdentifier) SetPassword(v string)

SetPassword sets Password field to given value.

GetEmail

func (o *ApiInteractionPutRequestIdentifier) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *ApiInteractionPutRequestIdentifier) SetEmail(v string)

SetEmail sets Email field to given value.

GetPhone

func (o *ApiInteractionPutRequestIdentifier) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

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.

SetPhone

func (o *ApiInteractionPutRequestIdentifier) SetPhone(v string)

SetPhone sets Phone field to given value.

GetVerificationCode

func (o *ApiInteractionPutRequestIdentifier) GetVerificationCode() string

GetVerificationCode returns the VerificationCode field if non-nil, zero value otherwise.

GetVerificationCodeOk

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.

SetVerificationCode

func (o *ApiInteractionPutRequestIdentifier) SetVerificationCode(v string)

SetVerificationCode sets VerificationCode field to given value.

GetConnectorId

func (o *ApiInteractionPutRequestIdentifier) GetConnectorId() string

GetConnectorId returns the ConnectorId field if non-nil, zero value otherwise.

GetConnectorIdOk

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.

SetConnectorId

func (o *ApiInteractionPutRequestIdentifier) SetConnectorId(v string)

SetConnectorId sets ConnectorId field to given value.

GetConnectorData

func (o *ApiInteractionPutRequestIdentifier) GetConnectorData() map[string]interface{}

GetConnectorData returns the ConnectorData field if non-nil, zero value otherwise.

GetConnectorDataOk

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.

SetConnectorData

func (o *ApiInteractionPutRequestIdentifier) SetConnectorData(v map[string]interface{})

SetConnectorData sets ConnectorData field to given value.

[Back to Model list] [Back to API list] [Back to README]