Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.24 KB

DevicesSerialLiveToolsPingPostRequestMessageResultsLoss.md

File metadata and controls

56 lines (31 loc) · 2.24 KB

DevicesSerialLiveToolsPingPostRequestMessageResultsLoss

Properties

Name Type Description Notes
Percentage Pointer to float32 Percentage of packets lost [optional]

Methods

NewDevicesSerialLiveToolsPingPostRequestMessageResultsLoss

func NewDevicesSerialLiveToolsPingPostRequestMessageResultsLoss() *DevicesSerialLiveToolsPingPostRequestMessageResultsLoss

NewDevicesSerialLiveToolsPingPostRequestMessageResultsLoss instantiates a new DevicesSerialLiveToolsPingPostRequestMessageResultsLoss 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

NewDevicesSerialLiveToolsPingPostRequestMessageResultsLossWithDefaults

func NewDevicesSerialLiveToolsPingPostRequestMessageResultsLossWithDefaults() *DevicesSerialLiveToolsPingPostRequestMessageResultsLoss

NewDevicesSerialLiveToolsPingPostRequestMessageResultsLossWithDefaults instantiates a new DevicesSerialLiveToolsPingPostRequestMessageResultsLoss 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

GetPercentage

func (o *DevicesSerialLiveToolsPingPostRequestMessageResultsLoss) GetPercentage() float32

GetPercentage returns the Percentage field if non-nil, zero value otherwise.

GetPercentageOk

func (o *DevicesSerialLiveToolsPingPostRequestMessageResultsLoss) GetPercentageOk() (*float32, bool)

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

SetPercentage

func (o *DevicesSerialLiveToolsPingPostRequestMessageResultsLoss) SetPercentage(v float32)

SetPercentage sets Percentage field to given value.

HasPercentage

func (o *DevicesSerialLiveToolsPingPostRequestMessageResultsLoss) HasPercentage() bool

HasPercentage returns a boolean if a field has been set.

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