Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.5 KB

File metadata and controls

77 lines (42 loc) · 2.5 KB

TopologyStreamMetrics

Properties

Name Type Description Notes
BucketSizeSeconds int32
LatencySeconds Pointer to []MetricBucketValue [optional]

Methods

NewTopologyStreamMetrics

func NewTopologyStreamMetrics(bucketSizeSeconds int32, ) *TopologyStreamMetrics

NewTopologyStreamMetrics instantiates a new TopologyStreamMetrics 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

NewTopologyStreamMetricsWithDefaults

func NewTopologyStreamMetricsWithDefaults() *TopologyStreamMetrics

NewTopologyStreamMetricsWithDefaults instantiates a new TopologyStreamMetrics 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

GetBucketSizeSeconds

func (o *TopologyStreamMetrics) GetBucketSizeSeconds() int32

GetBucketSizeSeconds returns the BucketSizeSeconds field if non-nil, zero value otherwise.

GetBucketSizeSecondsOk

func (o *TopologyStreamMetrics) GetBucketSizeSecondsOk() (*int32, bool)

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

SetBucketSizeSeconds

func (o *TopologyStreamMetrics) SetBucketSizeSeconds(v int32)

SetBucketSizeSeconds sets BucketSizeSeconds field to given value.

GetLatencySeconds

func (o *TopologyStreamMetrics) GetLatencySeconds() []MetricBucketValue

GetLatencySeconds returns the LatencySeconds field if non-nil, zero value otherwise.

GetLatencySecondsOk

func (o *TopologyStreamMetrics) GetLatencySecondsOk() (*[]MetricBucketValue, bool)

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

SetLatencySeconds

func (o *TopologyStreamMetrics) SetLatencySeconds(v []MetricBucketValue)

SetLatencySeconds sets LatencySeconds field to given value.

HasLatencySeconds

func (o *TopologyStreamMetrics) HasLatencySeconds() bool

HasLatencySeconds returns a boolean if a field has been set.

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