Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.47 KB

TrafficStatistics.md

File metadata and controls

82 lines (45 loc) · 2.47 KB

TrafficStatistics

Properties

Name Type Description Notes
Traffics Pointer to TrafficStatisticsTraffics [optional]
Requests Pointer to TrafficStatisticsTraffics [optional]

Methods

NewTrafficStatistics

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

NewTrafficStatisticsWithDefaults

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

GetTraffics

func (o *TrafficStatistics) GetTraffics() TrafficStatisticsTraffics

GetTraffics returns the Traffics field if non-nil, zero value otherwise.

GetTrafficsOk

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.

SetTraffics

func (o *TrafficStatistics) SetTraffics(v TrafficStatisticsTraffics)

SetTraffics sets Traffics field to given value.

HasTraffics

func (o *TrafficStatistics) HasTraffics() bool

HasTraffics returns a boolean if a field has been set.

GetRequests

func (o *TrafficStatistics) GetRequests() TrafficStatisticsTraffics

GetRequests returns the Requests field if non-nil, zero value otherwise.

GetRequestsOk

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.

SetRequests

func (o *TrafficStatistics) SetRequests(v TrafficStatisticsTraffics)

SetRequests sets Requests field to given value.

HasRequests

func (o *TrafficStatistics) HasRequests() bool

HasRequests returns a boolean if a field has been set.

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