Name | Type | Description | Notes |
---|---|---|---|
Pk | Pointer to string | [optional] | |
Provider | int32 | ||
Endpoint | string |
func NewConnectionTokenRequest(provider int32, endpoint string, ) *ConnectionTokenRequest
NewConnectionTokenRequest instantiates a new ConnectionTokenRequest 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 NewConnectionTokenRequestWithDefaults() *ConnectionTokenRequest
NewConnectionTokenRequestWithDefaults instantiates a new ConnectionTokenRequest 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 *ConnectionTokenRequest) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *ConnectionTokenRequest) GetPkOk() (*string, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionTokenRequest) SetPk(v string)
SetPk sets Pk field to given value.
func (o *ConnectionTokenRequest) HasPk() bool
HasPk returns a boolean if a field has been set.
func (o *ConnectionTokenRequest) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ConnectionTokenRequest) GetProviderOk() (*int32, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionTokenRequest) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *ConnectionTokenRequest) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *ConnectionTokenRequest) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionTokenRequest) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.