Name | Type | Description | Notes |
---|---|---|---|
Password | Pointer to string | Password of the connection. | [optional] |
Extra | Pointer to NullableString | Other values that cannot be put into another field, e.g. RSA keys. | [optional] |
func NewConnectionAllOf() *ConnectionAllOf
NewConnectionAllOf instantiates a new ConnectionAllOf 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 NewConnectionAllOfWithDefaults() *ConnectionAllOf
NewConnectionAllOfWithDefaults instantiates a new ConnectionAllOf 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 *ConnectionAllOf) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ConnectionAllOf) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionAllOf) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ConnectionAllOf) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *ConnectionAllOf) GetExtra() string
GetExtra returns the Extra field if non-nil, zero value otherwise.
func (o *ConnectionAllOf) GetExtraOk() (*string, bool)
GetExtraOk returns a tuple with the Extra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectionAllOf) SetExtra(v string)
SetExtra sets Extra field to given value.
func (o *ConnectionAllOf) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *ConnectionAllOf) SetExtraNil(b bool)
SetExtraNil sets the value for Extra to be an explicit nil
func (o *ConnectionAllOf) UnsetExtra()
UnsetExtra ensures that no value is present for Extra, not even an explicit nil