| Name | Type | Description | Notes |
|---|---|---|---|
| Arguments | TimelineSummaryRequestArguments | ||
| StartTime | int32 | Date/time representation in milliseconds since epoch (1970-01-01 00:00:00) | |
| EndTime | Pointer to int32 | Date/time representation in milliseconds since epoch (1970-01-01 00:00:00) | [optional] |
| HistogramBucketCount | int32 | ||
| EventFilters | Pointer to EventFilters | [optional] |
func NewTimelineSummaryRequest(arguments TimelineSummaryRequestArguments, startTime int32, histogramBucketCount int32, ) *TimelineSummaryRequest
NewTimelineSummaryRequest instantiates a new TimelineSummaryRequest 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 NewTimelineSummaryRequestWithDefaults() *TimelineSummaryRequest
NewTimelineSummaryRequestWithDefaults instantiates a new TimelineSummaryRequest 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 *TimelineSummaryRequest) GetArguments() TimelineSummaryRequestArguments
GetArguments returns the Arguments field if non-nil, zero value otherwise.
func (o *TimelineSummaryRequest) GetArgumentsOk() (*TimelineSummaryRequestArguments, bool)
GetArgumentsOk returns a tuple with the Arguments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummaryRequest) SetArguments(v TimelineSummaryRequestArguments)
SetArguments sets Arguments field to given value.
func (o *TimelineSummaryRequest) GetStartTime() int32
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *TimelineSummaryRequest) GetStartTimeOk() (*int32, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummaryRequest) SetStartTime(v int32)
SetStartTime sets StartTime field to given value.
func (o *TimelineSummaryRequest) GetEndTime() int32
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *TimelineSummaryRequest) GetEndTimeOk() (*int32, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummaryRequest) SetEndTime(v int32)
SetEndTime sets EndTime field to given value.
func (o *TimelineSummaryRequest) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *TimelineSummaryRequest) GetHistogramBucketCount() int32
GetHistogramBucketCount returns the HistogramBucketCount field if non-nil, zero value otherwise.
func (o *TimelineSummaryRequest) GetHistogramBucketCountOk() (*int32, bool)
GetHistogramBucketCountOk returns a tuple with the HistogramBucketCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummaryRequest) SetHistogramBucketCount(v int32)
SetHistogramBucketCount sets HistogramBucketCount field to given value.
func (o *TimelineSummaryRequest) GetEventFilters() EventFilters
GetEventFilters returns the EventFilters field if non-nil, zero value otherwise.
func (o *TimelineSummaryRequest) GetEventFiltersOk() (*EventFilters, bool)
GetEventFiltersOk returns a tuple with the EventFilters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimelineSummaryRequest) SetEventFilters(v EventFilters)
SetEventFilters sets EventFilters field to given value.
func (o *TimelineSummaryRequest) HasEventFilters() bool
HasEventFilters returns a boolean if a field has been set.