Name | Type | Description | Notes |
---|---|---|---|
DOWN_PUBLIC | Pointer to TrafficMetric | [optional] | |
UP_PUBLIC | Pointer to TrafficMetric | [optional] |
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
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
func (o *DataTrafficMetrics) GetDOWN_PUBLIC() TrafficMetric
GetDOWN_PUBLIC returns the DOWN_PUBLIC field if non-nil, zero value otherwise.
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.
func (o *DataTrafficMetrics) SetDOWN_PUBLIC(v TrafficMetric)
SetDOWN_PUBLIC sets DOWN_PUBLIC field to given value.
func (o *DataTrafficMetrics) HasDOWN_PUBLIC() bool
HasDOWN_PUBLIC returns a boolean if a field has been set.
func (o *DataTrafficMetrics) GetUP_PUBLIC() TrafficMetric
GetUP_PUBLIC returns the UP_PUBLIC field if non-nil, zero value otherwise.
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.
func (o *DataTrafficMetrics) SetUP_PUBLIC(v TrafficMetric)
SetUP_PUBLIC sets UP_PUBLIC field to given value.
func (o *DataTrafficMetrics) HasUP_PUBLIC() bool
HasUP_PUBLIC returns a boolean if a field has been set.