| Name | Type | Description | Notes |
|---|---|---|---|
| Buckets | []TimelineSummaryEventBucket | ||
| HealthHistory | []TimelineSummaryHealthChange | ||
| FromTime | int64 |
func NewTimelineSummary(buckets []TimelineSummaryEventBucket, healthHistory []TimelineSummaryHealthChange, fromTime int64, ) *TimelineSummary
NewTimelineSummary instantiates a new TimelineSummary 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 NewTimelineSummaryWithDefaults() *TimelineSummary
NewTimelineSummaryWithDefaults instantiates a new TimelineSummary 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 *TimelineSummary) GetBuckets() []TimelineSummaryEventBucket
GetBuckets returns the Buckets field if non-nil, zero value otherwise.
func (o *TimelineSummary) GetBucketsOk() (*[]TimelineSummaryEventBucket, bool)
GetBucketsOk returns a tuple with the Buckets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummary) SetBuckets(v []TimelineSummaryEventBucket)
SetBuckets sets Buckets field to given value.
func (o *TimelineSummary) GetHealthHistory() []TimelineSummaryHealthChange
GetHealthHistory returns the HealthHistory field if non-nil, zero value otherwise.
func (o *TimelineSummary) GetHealthHistoryOk() (*[]TimelineSummaryHealthChange, bool)
GetHealthHistoryOk returns a tuple with the HealthHistory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummary) SetHealthHistory(v []TimelineSummaryHealthChange)
SetHealthHistory sets HealthHistory field to given value.
func (o *TimelineSummary) GetFromTime() int64
GetFromTime returns the FromTime field if non-nil, zero value otherwise.
func (o *TimelineSummary) GetFromTimeOk() (*int64, bool)
GetFromTimeOk returns a tuple with the FromTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummary) SetFromTime(v int64)
SetFromTime sets FromTime field to given value.