Skip to content

GoogleOAuthSettingOpenApiVO

Properties

Name Type Description Notes
ClientId string Google OAuth client ID
ClientSecret string Google OAuth client secret

Methods

NewGoogleOAuthSettingOpenApiVO

func NewGoogleOAuthSettingOpenApiVO(clientId string, clientSecret string, ) *GoogleOAuthSettingOpenApiVO

NewGoogleOAuthSettingOpenApiVO instantiates a new GoogleOAuthSettingOpenApiVO 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

NewGoogleOAuthSettingOpenApiVOWithDefaults

func NewGoogleOAuthSettingOpenApiVOWithDefaults() *GoogleOAuthSettingOpenApiVO

NewGoogleOAuthSettingOpenApiVOWithDefaults instantiates a new GoogleOAuthSettingOpenApiVO 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

GetClientId

func (o *GoogleOAuthSettingOpenApiVO) GetClientId() string

GetClientId returns the ClientId field if non-nil, zero value otherwise.

GetClientIdOk

func (o *GoogleOAuthSettingOpenApiVO) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClientId

func (o *GoogleOAuthSettingOpenApiVO) SetClientId(v string)

SetClientId sets ClientId field to given value.

GetClientSecret

func (o *GoogleOAuthSettingOpenApiVO) GetClientSecret() string

GetClientSecret returns the ClientSecret field if non-nil, zero value otherwise.

GetClientSecretOk

func (o *GoogleOAuthSettingOpenApiVO) GetClientSecretOk() (*string, bool)

GetClientSecretOk returns a tuple with the ClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClientSecret

func (o *GoogleOAuthSettingOpenApiVO) SetClientSecret(v string)

SetClientSecret sets ClientSecret field to given value.

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