Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.5 KB

ApiInteractionVerificationSocialAuthorizationUriPostRequest.md

File metadata and controls

93 lines (50 loc) · 3.5 KB

ApiInteractionVerificationSocialAuthorizationUriPostRequest

Properties

Name Type Description Notes
ConnectorId string
State string
RedirectUri map[string]interface{} Validator function

Methods

NewApiInteractionVerificationSocialAuthorizationUriPostRequest

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

NewApiInteractionVerificationSocialAuthorizationUriPostRequestWithDefaults

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

GetConnectorId

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetConnectorId() string

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

GetConnectorIdOk

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.

SetConnectorId

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetConnectorId(v string)

SetConnectorId sets ConnectorId field to given value.

GetState

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetState(v string)

SetState sets State field to given value.

GetRedirectUri

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUri() map[string]interface{}

GetRedirectUri returns the RedirectUri field if non-nil, zero value otherwise.

GetRedirectUriOk

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.

SetRedirectUri

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetRedirectUri(v map[string]interface{})

SetRedirectUri sets RedirectUri field to given value.

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