ConnectionAllOf

Properties

NameTypeDescriptionNotes
PasswordPointer to stringPassword of the connection.[optional]
ExtraPointer to NullableStringOther values that cannot be put into another field, e.g. RSA keys.[optional]

Methods

NewConnectionAllOf

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

NewConnectionAllOfWithDefaults

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

GetPassword

func (o *ConnectionAllOf) GetPassword() string

GetPassword returns the Password field if non-nil, zero value otherwise.

GetPasswordOk

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.

SetPassword

func (o *ConnectionAllOf) SetPassword(v string)

SetPassword sets Password field to given value.

HasPassword

func (o *ConnectionAllOf) HasPassword() bool

HasPassword returns a boolean if a field has been set.

GetExtra

func (o *ConnectionAllOf) GetExtra() string

GetExtra returns the Extra field if non-nil, zero value otherwise.

GetExtraOk

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.

SetExtra

func (o *ConnectionAllOf) SetExtra(v string)

SetExtra sets Extra field to given value.

HasExtra

func (o *ConnectionAllOf) HasExtra() bool

HasExtra returns a boolean if a field has been set.

SetExtraNil

func (o *ConnectionAllOf) SetExtraNil(b bool)

SetExtraNil sets the value for Extra to be an explicit nil

UnsetExtra

func (o *ConnectionAllOf) UnsetExtra()

UnsetExtra ensures that no value is present for Extra, not even an explicit nil

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