Skip to content

StartSpeedTestV2ResultVO

Properties

Name Type Description Notes
DeviceMac Pointer to string The mac of the speed test device. [optional]

Methods

NewStartSpeedTestV2ResultVO

func NewStartSpeedTestV2ResultVO() *StartSpeedTestV2ResultVO

NewStartSpeedTestV2ResultVO instantiates a new StartSpeedTestV2ResultVO 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

NewStartSpeedTestV2ResultVOWithDefaults

func NewStartSpeedTestV2ResultVOWithDefaults() *StartSpeedTestV2ResultVO

NewStartSpeedTestV2ResultVOWithDefaults instantiates a new StartSpeedTestV2ResultVO 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

GetDeviceMac

func (o *StartSpeedTestV2ResultVO) GetDeviceMac() string

GetDeviceMac returns the DeviceMac field if non-nil, zero value otherwise.

GetDeviceMacOk

func (o *StartSpeedTestV2ResultVO) GetDeviceMacOk() (*string, bool)

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

SetDeviceMac

func (o *StartSpeedTestV2ResultVO) SetDeviceMac(v string)

SetDeviceMac sets DeviceMac field to given value.

HasDeviceMac

func (o *StartSpeedTestV2ResultVO) HasDeviceMac() bool

HasDeviceMac returns a boolean if a field has been set.

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