| Name | Type | Description | Notes |
|---|---|---|---|
| BucketSizeSeconds | int32 | ||
| LatencySeconds | Pointer to []MetricBucketValue | [optional] | |
| MessagePerSecond | Pointer to []MetricBucketValue | [optional] | |
| CreatesPerSecond | Pointer to []MetricBucketValue | [optional] | |
| UpdatesPerSecond | Pointer to []MetricBucketValue | [optional] | |
| DeletesPerSecond | Pointer to []MetricBucketValue | [optional] |
func NewHealthStreamMetrics(bucketSizeSeconds int32, ) *HealthStreamMetrics
NewHealthStreamMetrics instantiates a new HealthStreamMetrics 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 NewHealthStreamMetricsWithDefaults() *HealthStreamMetrics
NewHealthStreamMetricsWithDefaults instantiates a new HealthStreamMetrics 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 *HealthStreamMetrics) GetBucketSizeSeconds() int32
GetBucketSizeSeconds returns the BucketSizeSeconds field if non-nil, zero value otherwise.
func (o *HealthStreamMetrics) 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.
func (o *HealthStreamMetrics) SetBucketSizeSeconds(v int32)
SetBucketSizeSeconds sets BucketSizeSeconds field to given value.
func (o *HealthStreamMetrics) GetLatencySeconds() []MetricBucketValue
GetLatencySeconds returns the LatencySeconds field if non-nil, zero value otherwise.
func (o *HealthStreamMetrics) 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.
func (o *HealthStreamMetrics) SetLatencySeconds(v []MetricBucketValue)
SetLatencySeconds sets LatencySeconds field to given value.
func (o *HealthStreamMetrics) HasLatencySeconds() bool
HasLatencySeconds returns a boolean if a field has been set.
func (o *HealthStreamMetrics) GetMessagePerSecond() []MetricBucketValue
GetMessagePerSecond returns the MessagePerSecond field if non-nil, zero value otherwise.
func (o *HealthStreamMetrics) GetMessagePerSecondOk() (*[]MetricBucketValue, bool)
GetMessagePerSecondOk returns a tuple with the MessagePerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthStreamMetrics) SetMessagePerSecond(v []MetricBucketValue)
SetMessagePerSecond sets MessagePerSecond field to given value.
func (o *HealthStreamMetrics) HasMessagePerSecond() bool
HasMessagePerSecond returns a boolean if a field has been set.
func (o *HealthStreamMetrics) GetCreatesPerSecond() []MetricBucketValue
GetCreatesPerSecond returns the CreatesPerSecond field if non-nil, zero value otherwise.
func (o *HealthStreamMetrics) GetCreatesPerSecondOk() (*[]MetricBucketValue, bool)
GetCreatesPerSecondOk returns a tuple with the CreatesPerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthStreamMetrics) SetCreatesPerSecond(v []MetricBucketValue)
SetCreatesPerSecond sets CreatesPerSecond field to given value.
func (o *HealthStreamMetrics) HasCreatesPerSecond() bool
HasCreatesPerSecond returns a boolean if a field has been set.
func (o *HealthStreamMetrics) GetUpdatesPerSecond() []MetricBucketValue
GetUpdatesPerSecond returns the UpdatesPerSecond field if non-nil, zero value otherwise.
func (o *HealthStreamMetrics) GetUpdatesPerSecondOk() (*[]MetricBucketValue, bool)
GetUpdatesPerSecondOk returns a tuple with the UpdatesPerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthStreamMetrics) SetUpdatesPerSecond(v []MetricBucketValue)
SetUpdatesPerSecond sets UpdatesPerSecond field to given value.
func (o *HealthStreamMetrics) HasUpdatesPerSecond() bool
HasUpdatesPerSecond returns a boolean if a field has been set.
func (o *HealthStreamMetrics) GetDeletesPerSecond() []MetricBucketValue
GetDeletesPerSecond returns the DeletesPerSecond field if non-nil, zero value otherwise.
func (o *HealthStreamMetrics) GetDeletesPerSecondOk() (*[]MetricBucketValue, bool)
GetDeletesPerSecondOk returns a tuple with the DeletesPerSecond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HealthStreamMetrics) SetDeletesPerSecond(v []MetricBucketValue)
SetDeletesPerSecond sets DeletesPerSecond field to given value.
func (o *HealthStreamMetrics) HasDeletesPerSecond() bool
HasDeletesPerSecond returns a boolean if a field has been set.