Name | Type | Description | Notes |
---|---|---|---|
Secret | string | ||
Address | string | ||
UserName | string | ||
PlatformId | string | ||
PSMConnectPrerequisites | AccountPSMConnectPrerequisites | ||
ExtraFields | Pointer to map[string]string | [optional] |
func NewAdHocConnectionData(secret string, address string, userName string, platformId string, pSMConnectPrerequisites AccountPSMConnectPrerequisites, ) *AdHocConnectionData
NewAdHocConnectionData instantiates a new AdHocConnectionData 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 NewAdHocConnectionDataWithDefaults() *AdHocConnectionData
NewAdHocConnectionDataWithDefaults instantiates a new AdHocConnectionData 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 *AdHocConnectionData) GetSecret() string
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *AdHocConnectionData) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdHocConnectionData) SetSecret(v string)
SetSecret sets Secret field to given value.
func (o *AdHocConnectionData) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *AdHocConnectionData) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdHocConnectionData) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *AdHocConnectionData) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *AdHocConnectionData) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdHocConnectionData) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *AdHocConnectionData) GetPlatformId() string
GetPlatformId returns the PlatformId field if non-nil, zero value otherwise.
func (o *AdHocConnectionData) GetPlatformIdOk() (*string, bool)
GetPlatformIdOk returns a tuple with the PlatformId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdHocConnectionData) SetPlatformId(v string)
SetPlatformId sets PlatformId field to given value.
func (o *AdHocConnectionData) GetPSMConnectPrerequisites() AccountPSMConnectPrerequisites
GetPSMConnectPrerequisites returns the PSMConnectPrerequisites field if non-nil, zero value otherwise.
func (o *AdHocConnectionData) GetPSMConnectPrerequisitesOk() (*AccountPSMConnectPrerequisites, bool)
GetPSMConnectPrerequisitesOk returns a tuple with the PSMConnectPrerequisites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdHocConnectionData) SetPSMConnectPrerequisites(v AccountPSMConnectPrerequisites)
SetPSMConnectPrerequisites sets PSMConnectPrerequisites field to given value.
func (o *AdHocConnectionData) GetExtraFields() map[string]string
GetExtraFields returns the ExtraFields field if non-nil, zero value otherwise.
func (o *AdHocConnectionData) GetExtraFieldsOk() (*map[string]string, bool)
GetExtraFieldsOk returns a tuple with the ExtraFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AdHocConnectionData) SetExtraFields(v map[string]string)
SetExtraFields sets ExtraFields field to given value.
func (o *AdHocConnectionData) HasExtraFields() bool
HasExtraFields returns a boolean if a field has been set.