Name | Type | Description | Notes |
---|---|---|---|
DataIn | Pointer to MetricsProperties | [optional] | |
DataOut | Pointer to MetricsProperties | [optional] |
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
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
func (o *DataTransferredMetrics) GetDataIn() MetricsProperties
GetDataIn returns the DataIn field if non-nil, zero value otherwise.
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.
func (o *DataTransferredMetrics) SetDataIn(v MetricsProperties)
SetDataIn sets DataIn field to given value.
func (o *DataTransferredMetrics) HasDataIn() bool
HasDataIn returns a boolean if a field has been set.
func (o *DataTransferredMetrics) GetDataOut() MetricsProperties
GetDataOut returns the DataOut field if non-nil, zero value otherwise.
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.
func (o *DataTransferredMetrics) SetDataOut(v MetricsProperties)
SetDataOut sets DataOut field to given value.
func (o *DataTransferredMetrics) HasDataOut() bool
HasDataOut returns a boolean if a field has been set.