| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to []FilterSummary | [optional] | |
| TotalRows | Pointer to int32 | [optional] |
func NewApiV1FiltersGet200Response() *ApiV1FiltersGet200Response
NewApiV1FiltersGet200Response instantiates a new ApiV1FiltersGet200Response 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 NewApiV1FiltersGet200ResponseWithDefaults() *ApiV1FiltersGet200Response
NewApiV1FiltersGet200ResponseWithDefaults instantiates a new ApiV1FiltersGet200Response 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 *ApiV1FiltersGet200Response) GetData() []FilterSummary
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ApiV1FiltersGet200Response) GetDataOk() (*[]FilterSummary, 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 *ApiV1FiltersGet200Response) SetData(v []FilterSummary)
SetData sets Data field to given value.
func (o *ApiV1FiltersGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ApiV1FiltersGet200Response) GetTotalRows() int32
GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.
func (o *ApiV1FiltersGet200Response) GetTotalRowsOk() (*int32, bool)
GetTotalRowsOk returns a tuple with the TotalRows field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1FiltersGet200Response) SetTotalRows(v int32)
SetTotalRows sets TotalRows field to given value.
func (o *ApiV1FiltersGet200Response) HasTotalRows() bool
HasTotalRows returns a boolean if a field has been set.