Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.38 KB

GetNetworkSettings200ResponseLocalStatusPage.md

File metadata and controls

56 lines (31 loc) · 2.38 KB

GetNetworkSettings200ResponseLocalStatusPage

Properties

Name Type Description Notes
Authentication Pointer to GetNetworkSettings200ResponseLocalStatusPageAuthentication [optional]

Methods

NewGetNetworkSettings200ResponseLocalStatusPage

func NewGetNetworkSettings200ResponseLocalStatusPage() *GetNetworkSettings200ResponseLocalStatusPage

NewGetNetworkSettings200ResponseLocalStatusPage instantiates a new GetNetworkSettings200ResponseLocalStatusPage 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

NewGetNetworkSettings200ResponseLocalStatusPageWithDefaults

func NewGetNetworkSettings200ResponseLocalStatusPageWithDefaults() *GetNetworkSettings200ResponseLocalStatusPage

NewGetNetworkSettings200ResponseLocalStatusPageWithDefaults instantiates a new GetNetworkSettings200ResponseLocalStatusPage 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

GetAuthentication

func (o *GetNetworkSettings200ResponseLocalStatusPage) GetAuthentication() GetNetworkSettings200ResponseLocalStatusPageAuthentication

GetAuthentication returns the Authentication field if non-nil, zero value otherwise.

GetAuthenticationOk

func (o *GetNetworkSettings200ResponseLocalStatusPage) GetAuthenticationOk() (*GetNetworkSettings200ResponseLocalStatusPageAuthentication, bool)

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

SetAuthentication

func (o *GetNetworkSettings200ResponseLocalStatusPage) SetAuthentication(v GetNetworkSettings200ResponseLocalStatusPageAuthentication)

SetAuthentication sets Authentication field to given value.

HasAuthentication

func (o *GetNetworkSettings200ResponseLocalStatusPage) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

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