Name | Type | Description | Notes |
---|---|---|---|
Pk | Pointer to string | [optional] | |
Provider | int32 | ||
ProviderObj | RACProvider | [readonly] | |
Endpoint | string | ||
EndpointObj | Endpoint | [readonly] | |
User | GroupMember | [readonly] |
func NewConnectionToken(provider int32, providerObj RACProvider, endpoint string, endpointObj Endpoint, user GroupMember, ) *ConnectionToken
NewConnectionToken instantiates a new ConnectionToken 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 NewConnectionTokenWithDefaults() *ConnectionToken
NewConnectionTokenWithDefaults instantiates a new ConnectionToken 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 *ConnectionToken) GetPk() string
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *ConnectionToken) 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 *ConnectionToken) SetPk(v string)
SetPk sets Pk field to given value.
func (o *ConnectionToken) HasPk() bool
HasPk returns a boolean if a field has been set.
func (o *ConnectionToken) GetProvider() int32
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *ConnectionToken) 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 *ConnectionToken) SetProvider(v int32)
SetProvider sets Provider field to given value.
func (o *ConnectionToken) GetProviderObj() RACProvider
GetProviderObj returns the ProviderObj field if non-nil, zero value otherwise.
func (o *ConnectionToken) GetProviderObjOk() (*RACProvider, bool)
GetProviderObjOk returns a tuple with the ProviderObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionToken) SetProviderObj(v RACProvider)
SetProviderObj sets ProviderObj field to given value.
func (o *ConnectionToken) GetEndpoint() string
GetEndpoint returns the Endpoint field if non-nil, zero value otherwise.
func (o *ConnectionToken) 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 *ConnectionToken) SetEndpoint(v string)
SetEndpoint sets Endpoint field to given value.
func (o *ConnectionToken) GetEndpointObj() Endpoint
GetEndpointObj returns the EndpointObj field if non-nil, zero value otherwise.
func (o *ConnectionToken) GetEndpointObjOk() (*Endpoint, bool)
GetEndpointObjOk returns a tuple with the EndpointObj field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionToken) SetEndpointObj(v Endpoint)
SetEndpointObj sets EndpointObj field to given value.
func (o *ConnectionToken) GetUser() GroupMember
GetUser returns the User field if non-nil, zero value otherwise.
func (o *ConnectionToken) GetUserOk() (*GroupMember, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionToken) SetUser(v GroupMember)
SetUser sets User field to given value.