Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 6.12 KB

GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner.md

File metadata and controls

134 lines (73 loc) · 6.12 KB

GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner

Properties

Name Type Description Notes
Downstream Pointer to GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerDownstream [optional]
Upstream Pointer to GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerUpstream [optional]
Client Pointer to GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerClient [optional]
Network Pointer to GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerNetwork [optional]

Methods

NewGetOrganizationWirelessDevicesPacketLossByClient200ResponseInner

func NewGetOrganizationWirelessDevicesPacketLossByClient200ResponseInner() *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner

NewGetOrganizationWirelessDevicesPacketLossByClient200ResponseInner instantiates a new GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner 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

NewGetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerWithDefaults

func NewGetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerWithDefaults() *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner

NewGetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerWithDefaults instantiates a new GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner 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

GetDownstream

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetDownstream() GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerDownstream

GetDownstream returns the Downstream field if non-nil, zero value otherwise.

GetDownstreamOk

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetDownstreamOk() (*GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerDownstream, bool)

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

SetDownstream

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) SetDownstream(v GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerDownstream)

SetDownstream sets Downstream field to given value.

HasDownstream

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) HasDownstream() bool

HasDownstream returns a boolean if a field has been set.

GetUpstream

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetUpstream() GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerUpstream

GetUpstream returns the Upstream field if non-nil, zero value otherwise.

GetUpstreamOk

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetUpstreamOk() (*GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerUpstream, bool)

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

SetUpstream

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) SetUpstream(v GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerUpstream)

SetUpstream sets Upstream field to given value.

HasUpstream

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) HasUpstream() bool

HasUpstream returns a boolean if a field has been set.

GetClient

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetClient() GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerClient

GetClient returns the Client field if non-nil, zero value otherwise.

GetClientOk

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetClientOk() (*GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerClient, bool)

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

SetClient

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) SetClient(v GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerClient)

SetClient sets Client field to given value.

HasClient

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) HasClient() bool

HasClient returns a boolean if a field has been set.

GetNetwork

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetNetwork() GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerNetwork

GetNetwork returns the Network field if non-nil, zero value otherwise.

GetNetworkOk

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) GetNetworkOk() (*GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerNetwork, bool)

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

SetNetwork

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) SetNetwork(v GetOrganizationWirelessDevicesPacketLossByClient200ResponseInnerNetwork)

SetNetwork sets Network field to given value.

HasNetwork

func (o *GetOrganizationWirelessDevicesPacketLossByClient200ResponseInner) HasNetwork() bool

HasNetwork returns a boolean if a field has been set.

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