Name | Type | Description | Notes |
---|---|---|---|
Start | Pointer to string | Start time that was used to perform the query as an ISO-8601-formatted date and time. | [optional] |
End | Pointer to string | End time that was used to perform the query as an ISO-8601-formatted date and time. | [optional] |
Downsample | Pointer to string | Downsample that was used to perform the query. One of minute , hour or day . |
[optional] |
Metrics | Pointer to string | A comma-separated list of the metrics that were requested. | [optional] |
Limit | Pointer to float32 | The maximum number of results shown per page. | [optional] |
NextCursor | Pointer to string | A string that can be used to request the next page of results, if any. | [optional] |
Sort | Pointer to string | A comma-separated list of keys the results are sorted by. | [optional] |
GroupBy | Pointer to string | A comma-separated list of dimensions being summed over in the query. | [optional] |
Filters | Pointer to OriginInspectorHistoricalMetaFilters | [optional] |
func NewOriginInspectorHistoricalMeta() *OriginInspectorHistoricalMeta
NewOriginInspectorHistoricalMeta instantiates a new OriginInspectorHistoricalMeta 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 NewOriginInspectorHistoricalMetaWithDefaults() *OriginInspectorHistoricalMeta
NewOriginInspectorHistoricalMetaWithDefaults instantiates a new OriginInspectorHistoricalMeta 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 *OriginInspectorHistoricalMeta) GetStart() string
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetStart(v string)
SetStart sets Start field to given value.
func (o *OriginInspectorHistoricalMeta) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetEnd() string
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetEnd(v string)
SetEnd sets End field to given value.
func (o *OriginInspectorHistoricalMeta) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetDownsample() string
GetDownsample returns the Downsample field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetDownsampleOk() (*string, bool)
GetDownsampleOk returns a tuple with the Downsample field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetDownsample(v string)
SetDownsample sets Downsample field to given value.
func (o *OriginInspectorHistoricalMeta) HasDownsample() bool
HasDownsample returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetMetrics() string
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetMetricsOk() (*string, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetMetrics(v string)
SetMetrics sets Metrics field to given value.
func (o *OriginInspectorHistoricalMeta) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetLimit() float32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetLimit(v float32)
SetLimit sets Limit field to given value.
func (o *OriginInspectorHistoricalMeta) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetNextCursor() string
GetNextCursor returns the NextCursor field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetNextCursor(v string)
SetNextCursor sets NextCursor field to given value.
func (o *OriginInspectorHistoricalMeta) HasNextCursor() bool
HasNextCursor returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetSort() string
GetSort returns the Sort field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetSortOk() (*string, bool)
GetSortOk returns a tuple with the Sort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetSort(v string)
SetSort sets Sort field to given value.
func (o *OriginInspectorHistoricalMeta) HasSort() bool
HasSort returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetGroupBy() string
GetGroupBy returns the GroupBy field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetGroupByOk() (*string, bool)
GetGroupByOk returns a tuple with the GroupBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetGroupBy(v string)
SetGroupBy sets GroupBy field to given value.
func (o *OriginInspectorHistoricalMeta) HasGroupBy() bool
HasGroupBy returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMeta) GetFilters() OriginInspectorHistoricalMetaFilters
GetFilters returns the Filters field if non-nil, zero value otherwise.
func (o *OriginInspectorHistoricalMeta) GetFiltersOk() (*OriginInspectorHistoricalMetaFilters, bool)
GetFiltersOk returns a tuple with the Filters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OriginInspectorHistoricalMeta) SetFilters(v OriginInspectorHistoricalMetaFilters)
SetFilters sets Filters field to given value.
func (o *OriginInspectorHistoricalMeta) HasFilters() bool
HasFilters returns a boolean if a field has been set.