Name | Type | Description | Notes |
---|---|---|---|
ConnectorId | string | ||
State | string | ||
RedirectUri | map[string]interface{} | Validator function |
func NewApiInteractionVerificationSocialAuthorizationUriPostRequest(connectorId string, state string, redirectUri map[string]interface{}, ) *ApiInteractionVerificationSocialAuthorizationUriPostRequest
NewApiInteractionVerificationSocialAuthorizationUriPostRequest instantiates a new ApiInteractionVerificationSocialAuthorizationUriPostRequest 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 NewApiInteractionVerificationSocialAuthorizationUriPostRequestWithDefaults() *ApiInteractionVerificationSocialAuthorizationUriPostRequest
NewApiInteractionVerificationSocialAuthorizationUriPostRequestWithDefaults instantiates a new ApiInteractionVerificationSocialAuthorizationUriPostRequest 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 *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetConnectorId() string
GetConnectorId returns the ConnectorId field if non-nil, zero value otherwise.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) 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 *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetConnectorId(v string)
SetConnectorId sets ConnectorId field to given value.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetState(v string)
SetState sets State field to given value.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUri() map[string]interface{}
GetRedirectUri returns the RedirectUri field if non-nil, zero value otherwise.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUriOk() (*map[string]interface{}, bool)
GetRedirectUriOk returns a tuple with the RedirectUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetRedirectUri(v map[string]interface{})
SetRedirectUri sets RedirectUri field to given value.