Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.09 KB

PatchedConnectionTokenRequest.md

File metadata and controls

108 lines (59 loc) · 3.09 KB

PatchedConnectionTokenRequest

Properties

Name Type Description Notes
Pk Pointer to string [optional]
Provider Pointer to int32 [optional]
Endpoint Pointer to string [optional]

Methods

NewPatchedConnectionTokenRequest

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

NewPatchedConnectionTokenRequestWithDefaults

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

GetPk

func (o *PatchedConnectionTokenRequest) GetPk() string

GetPk returns the Pk field if non-nil, zero value otherwise.

GetPkOk

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.

SetPk

func (o *PatchedConnectionTokenRequest) SetPk(v string)

SetPk sets Pk field to given value.

HasPk

func (o *PatchedConnectionTokenRequest) HasPk() bool

HasPk returns a boolean if a field has been set.

GetProvider

func (o *PatchedConnectionTokenRequest) GetProvider() int32

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

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.

SetProvider

func (o *PatchedConnectionTokenRequest) SetProvider(v int32)

SetProvider sets Provider field to given value.

HasProvider

func (o *PatchedConnectionTokenRequest) HasProvider() bool

HasProvider returns a boolean if a field has been set.

GetEndpoint

func (o *PatchedConnectionTokenRequest) GetEndpoint() string

GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.

GetEndpointOk

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.

SetEndpoint

func (o *PatchedConnectionTokenRequest) SetEndpoint(v string)

SetEndpoint sets Endpoint field to given value.

HasEndpoint

func (o *PatchedConnectionTokenRequest) HasEndpoint() bool

HasEndpoint returns a boolean if a field has been set.

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