Name | Type | Description | Notes |
---|---|---|---|
Traffics | Pointer to TrafficStatisticsTraffics | [optional] | |
Requests | Pointer to TrafficStatisticsTraffics | [optional] |
func NewTrafficStatistics() *TrafficStatistics
NewTrafficStatistics instantiates a new TrafficStatistics 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 NewTrafficStatisticsWithDefaults() *TrafficStatistics
NewTrafficStatisticsWithDefaults instantiates a new TrafficStatistics 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 *TrafficStatistics) GetTraffics() TrafficStatisticsTraffics
GetTraffics returns the Traffics field if non-nil, zero value otherwise.
func (o *TrafficStatistics) GetTrafficsOk() (*TrafficStatisticsTraffics, bool)
GetTrafficsOk returns a tuple with the Traffics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficStatistics) SetTraffics(v TrafficStatisticsTraffics)
SetTraffics sets Traffics field to given value.
func (o *TrafficStatistics) HasTraffics() bool
HasTraffics returns a boolean if a field has been set.
func (o *TrafficStatistics) GetRequests() TrafficStatisticsTraffics
GetRequests returns the Requests field if non-nil, zero value otherwise.
func (o *TrafficStatistics) GetRequestsOk() (*TrafficStatisticsTraffics, bool)
GetRequestsOk returns a tuple with the Requests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficStatistics) SetRequests(v TrafficStatisticsTraffics)
SetRequests sets Requests field to given value.
func (o *TrafficStatistics) HasRequests() bool
HasRequests returns a boolean if a field has been set.