Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.05 KB

GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp.md

File metadata and controls

82 lines (45 loc) · 3.05 KB

GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp

Properties

Name Type Description Notes
Tag Pointer to int32 DSCP tag number of the packet. [optional]
Ecn Pointer to int32 ECN number of the packet. [optional]

Methods

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp

func NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp() *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp instantiates a new GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp 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

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscpWithDefaults

func NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscpWithDefaults() *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp

NewGetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscpWithDefaults instantiates a new GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp 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

GetTag

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) GetTag() int32

GetTag returns the Tag field if non-nil, zero value otherwise.

GetTagOk

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) GetTagOk() (*int32, bool)

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

SetTag

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) SetTag(v int32)

SetTag sets Tag field to given value.

HasTag

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) HasTag() bool

HasTag returns a boolean if a field has been set.

GetEcn

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) GetEcn() int32

GetEcn returns the Ecn field if non-nil, zero value otherwise.

GetEcnOk

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) GetEcnOk() (*int32, bool)

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

SetEcn

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) SetEcn(v int32)

SetEcn sets Ecn field to given value.

HasEcn

func (o *GetNetworkSwitchDhcpV4ServersSeen200ResponseInnerLastPacketIpDscp) HasEcn() bool

HasEcn returns a boolean if a field has been set.

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