Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.23 KB

AutoNegotiation.md

File metadata and controls

82 lines (45 loc) · 2.23 KB

AutoNegotiation

Properties

Name Type Description Notes
Enabled Pointer to string [optional]
Supported Pointer to string [optional]

Methods

NewAutoNegotiation

func NewAutoNegotiation() *AutoNegotiation

NewAutoNegotiation instantiates a new AutoNegotiation 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

NewAutoNegotiationWithDefaults

func NewAutoNegotiationWithDefaults() *AutoNegotiation

NewAutoNegotiationWithDefaults instantiates a new AutoNegotiation 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

GetEnabled

func (o *AutoNegotiation) GetEnabled() string

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *AutoNegotiation) GetEnabledOk() (*string, bool)

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnabled

func (o *AutoNegotiation) SetEnabled(v string)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *AutoNegotiation) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetSupported

func (o *AutoNegotiation) GetSupported() string

GetSupported returns the Supported field if non-nil, zero value otherwise.

GetSupportedOk

func (o *AutoNegotiation) GetSupportedOk() (*string, bool)

GetSupportedOk returns a tuple with the Supported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSupported

func (o *AutoNegotiation) SetSupported(v string)

SetSupported sets Supported field to given value.

HasSupported

func (o *AutoNegotiation) HasSupported() bool

HasSupported returns a boolean if a field has been set.

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