Name | Type | Description | Notes |
---|---|---|---|
Config | Pointer to map[string]interface{} | [optional] | |
ConfigSource | Pointer to ConnectionConfigSource | [optional] | |
CredentialSource | Pointer to ConnectionCredentialSource | [optional] | |
Handle | Pointer to string | [optional] | |
ParentId | Pointer to string | [optional] |
func NewUpdateConnectionRequest() *UpdateConnectionRequest
NewUpdateConnectionRequest instantiates a new UpdateConnectionRequest 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 NewUpdateConnectionRequestWithDefaults() *UpdateConnectionRequest
NewUpdateConnectionRequestWithDefaults instantiates a new UpdateConnectionRequest 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 *UpdateConnectionRequest) GetConfig() map[string]interface{}
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *UpdateConnectionRequest) GetConfigOk() (*map[string]interface{}, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateConnectionRequest) SetConfig(v map[string]interface{})
SetConfig sets Config field to given value.
func (o *UpdateConnectionRequest) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *UpdateConnectionRequest) GetConfigSource() ConnectionConfigSource
GetConfigSource returns the ConfigSource field if non-nil, zero value otherwise.
func (o *UpdateConnectionRequest) GetConfigSourceOk() (*ConnectionConfigSource, bool)
GetConfigSourceOk returns a tuple with the ConfigSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateConnectionRequest) SetConfigSource(v ConnectionConfigSource)
SetConfigSource sets ConfigSource field to given value.
func (o *UpdateConnectionRequest) HasConfigSource() bool
HasConfigSource returns a boolean if a field has been set.
func (o *UpdateConnectionRequest) GetCredentialSource() ConnectionCredentialSource
GetCredentialSource returns the CredentialSource field if non-nil, zero value otherwise.
func (o *UpdateConnectionRequest) GetCredentialSourceOk() (*ConnectionCredentialSource, bool)
GetCredentialSourceOk returns a tuple with the CredentialSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateConnectionRequest) SetCredentialSource(v ConnectionCredentialSource)
SetCredentialSource sets CredentialSource field to given value.
func (o *UpdateConnectionRequest) HasCredentialSource() bool
HasCredentialSource returns a boolean if a field has been set.
func (o *UpdateConnectionRequest) GetHandle() string
GetHandle returns the Handle field if non-nil, zero value otherwise.
func (o *UpdateConnectionRequest) GetHandleOk() (*string, bool)
GetHandleOk returns a tuple with the Handle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateConnectionRequest) SetHandle(v string)
SetHandle sets Handle field to given value.
func (o *UpdateConnectionRequest) HasHandle() bool
HasHandle returns a boolean if a field has been set.
func (o *UpdateConnectionRequest) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *UpdateConnectionRequest) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateConnectionRequest) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *UpdateConnectionRequest) HasParentId() bool
HasParentId returns a boolean if a field has been set.