Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.45 KB

DataTransferredMetrics.md

File metadata and controls

82 lines (45 loc) · 2.45 KB

DataTransferredMetrics

Properties

Name Type Description Notes
DataIn Pointer to MetricsProperties [optional]
DataOut Pointer to MetricsProperties [optional]

Methods

NewDataTransferredMetrics

func NewDataTransferredMetrics() *DataTransferredMetrics

NewDataTransferredMetrics instantiates a new DataTransferredMetrics 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

NewDataTransferredMetricsWithDefaults

func NewDataTransferredMetricsWithDefaults() *DataTransferredMetrics

NewDataTransferredMetricsWithDefaults instantiates a new DataTransferredMetrics 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

GetDataIn

func (o *DataTransferredMetrics) GetDataIn() MetricsProperties

GetDataIn returns the DataIn field if non-nil, zero value otherwise.

GetDataInOk

func (o *DataTransferredMetrics) GetDataInOk() (*MetricsProperties, bool)

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

SetDataIn

func (o *DataTransferredMetrics) SetDataIn(v MetricsProperties)

SetDataIn sets DataIn field to given value.

HasDataIn

func (o *DataTransferredMetrics) HasDataIn() bool

HasDataIn returns a boolean if a field has been set.

GetDataOut

func (o *DataTransferredMetrics) GetDataOut() MetricsProperties

GetDataOut returns the DataOut field if non-nil, zero value otherwise.

GetDataOutOk

func (o *DataTransferredMetrics) GetDataOutOk() (*MetricsProperties, bool)

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

SetDataOut

func (o *DataTransferredMetrics) SetDataOut(v MetricsProperties)

SetDataOut sets DataOut field to given value.

HasDataOut

func (o *DataTransferredMetrics) HasDataOut() bool

HasDataOut returns a boolean if a field has been set.

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