Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.04 KB

ListInsightsResponse.md

File metadata and controls

108 lines (59 loc) · 3.04 KB

ListInsightsResponse

Properties

Name Type Description Notes
Data Pointer to []Insight [optional]
TotalRowCount Pointer to int64 [optional]
Timeframe Pointer to []int64 [optional]

Methods

NewListInsightsResponse

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

NewListInsightsResponseWithDefaults

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

GetData

func (o *ListInsightsResponse) GetData() []Insight

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *ListInsightsResponse) SetData(v []Insight)

SetData sets Data field to given value.

HasData

func (o *ListInsightsResponse) HasData() bool

HasData returns a boolean if a field has been set.

GetTotalRowCount

func (o *ListInsightsResponse) GetTotalRowCount() int64

GetTotalRowCount returns the TotalRowCount field if non-nil, zero value otherwise.

GetTotalRowCountOk

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.

SetTotalRowCount

func (o *ListInsightsResponse) SetTotalRowCount(v int64)

SetTotalRowCount sets TotalRowCount field to given value.

HasTotalRowCount

func (o *ListInsightsResponse) HasTotalRowCount() bool

HasTotalRowCount returns a boolean if a field has been set.

GetTimeframe

func (o *ListInsightsResponse) GetTimeframe() []int64

GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.

GetTimeframeOk

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.

SetTimeframe

func (o *ListInsightsResponse) SetTimeframe(v []int64)

SetTimeframe sets Timeframe field to given value.

HasTimeframe

func (o *ListInsightsResponse) HasTimeframe() bool

HasTimeframe returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]