Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.75 KB

GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner.md

File metadata and controls

108 lines (59 loc) · 3.75 KB

GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner

Properties

Name Type Description Notes
Serial Pointer to string Device serial. [optional]
Name Pointer to string Device name. [optional]
Url Pointer to string Url link to device. [optional]

Methods

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner

func NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner() *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner instantiates a new GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner 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

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInnerWithDefaults

func NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInnerWithDefaults() *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInnerWithDefaults instantiates a new GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner 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

GetSerial

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) GetSerial() string

GetSerial returns the Serial field if non-nil, zero value otherwise.

GetSerialOk

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) GetSerialOk() (*string, bool)

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

SetSerial

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) SetSerial(v string)

SetSerial sets Serial field to given value.

HasSerial

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) HasSerial() bool

HasSerial returns a boolean if a field has been set.

GetName

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) GetNameOk() (*string, bool)

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

SetName

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) HasName() bool

HasName returns a boolean if a field has been set.

GetUrl

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) GetUrlOk() (*string, bool)

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

SetUrl

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerSeenByInner) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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