Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.44 KB

DataTrafficMetrics.md

File metadata and controls

82 lines (45 loc) · 2.44 KB

DataTrafficMetrics

Properties

Name Type Description Notes
DOWN_PUBLIC Pointer to TrafficMetric [optional]
UP_PUBLIC Pointer to TrafficMetric [optional]

Methods

NewDataTrafficMetrics

func NewDataTrafficMetrics() *DataTrafficMetrics

NewDataTrafficMetrics instantiates a new DataTrafficMetrics 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

NewDataTrafficMetricsWithDefaults

func NewDataTrafficMetricsWithDefaults() *DataTrafficMetrics

NewDataTrafficMetricsWithDefaults instantiates a new DataTrafficMetrics 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

GetDOWN_PUBLIC

func (o *DataTrafficMetrics) GetDOWN_PUBLIC() TrafficMetric

GetDOWN_PUBLIC returns the DOWN_PUBLIC field if non-nil, zero value otherwise.

GetDOWN_PUBLICOk

func (o *DataTrafficMetrics) GetDOWN_PUBLICOk() (*TrafficMetric, bool)

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

SetDOWN_PUBLIC

func (o *DataTrafficMetrics) SetDOWN_PUBLIC(v TrafficMetric)

SetDOWN_PUBLIC sets DOWN_PUBLIC field to given value.

HasDOWN_PUBLIC

func (o *DataTrafficMetrics) HasDOWN_PUBLIC() bool

HasDOWN_PUBLIC returns a boolean if a field has been set.

GetUP_PUBLIC

func (o *DataTrafficMetrics) GetUP_PUBLIC() TrafficMetric

GetUP_PUBLIC returns the UP_PUBLIC field if non-nil, zero value otherwise.

GetUP_PUBLICOk

func (o *DataTrafficMetrics) GetUP_PUBLICOk() (*TrafficMetric, bool)

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

SetUP_PUBLIC

func (o *DataTrafficMetrics) SetUP_PUBLIC(v TrafficMetric)

SetUP_PUBLIC sets UP_PUBLIC field to given value.

HasUP_PUBLIC

func (o *DataTrafficMetrics) HasUP_PUBLIC() bool

HasUP_PUBLIC returns a boolean if a field has been set.

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