Name | Type | Description | Notes |
---|---|---|---|
Pk | Pointer to string | [optional] | |
Provider | Pointer to int32 | [optional] | |
Endpoint | Pointer to string | [optional] |
func NewPatchedConnectionTokenRequest() *PatchedConnectionTokenRequest
NewPatchedConnectionTokenRequest instantiates a new PatchedConnectionTokenRequest 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 NewPatchedConnectionTokenRequestWithDefaults() *PatchedConnectionTokenRequest
NewPatchedConnectionTokenRequestWithDefaults instantiates a new PatchedConnectionTokenRequest 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 *PatchedConnectionTokenRequest) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *PatchedConnectionTokenRequest) 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 *PatchedConnectionTokenRequest) SetPk(v string)
SetPk sets Pk field to given value.
func (o *PatchedConnectionTokenRequest) HasPk() bool
HasPk returns a boolean if a field has been set.
func (o *PatchedConnectionTokenRequest) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *PatchedConnectionTokenRequest) 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 *PatchedConnectionTokenRequest) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *PatchedConnectionTokenRequest) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *PatchedConnectionTokenRequest) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *PatchedConnectionTokenRequest) 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 *PatchedConnectionTokenRequest) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *PatchedConnectionTokenRequest) HasEndpoint() bool
HasEndpoint returns a boolean if a field has been set.