Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []Insight | [optional] | |
TotalRowCount | Pointer to int64 | [optional] | |
Timeframe | Pointer to []int64 | [optional] |
func NewListInsightsResponse() *ListInsightsResponse
NewListInsightsResponse instantiates a new ListInsightsResponse 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 NewListInsightsResponseWithDefaults() *ListInsightsResponse
NewListInsightsResponseWithDefaults instantiates a new ListInsightsResponse 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 *ListInsightsResponse) GetData() []Insight
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListInsightsResponse) GetDataOk() (*[]Insight, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInsightsResponse) SetData(v []Insight)
SetData sets Data field to given value.
func (o *ListInsightsResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ListInsightsResponse) GetTotalRowCount() int64
GetTotalRowCount returns the TotalRowCount field if non-nil, zero value otherwise.
func (o *ListInsightsResponse) GetTotalRowCountOk() (*int64, bool)
GetTotalRowCountOk returns a tuple with the TotalRowCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInsightsResponse) SetTotalRowCount(v int64)
SetTotalRowCount sets TotalRowCount field to given value.
func (o *ListInsightsResponse) HasTotalRowCount() bool
HasTotalRowCount returns a boolean if a field has been set.
func (o *ListInsightsResponse) GetTimeframe() []int64
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *ListInsightsResponse) GetTimeframeOk() (*[]int64, bool)
GetTimeframeOk returns a tuple with the Timeframe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInsightsResponse) SetTimeframe(v []int64)
SetTimeframe sets Timeframe field to given value.
func (o *ListInsightsResponse) HasTimeframe() bool
HasTimeframe returns a boolean if a field has been set.