| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to []TrackingPixel | [optional] | |
| Page | Pointer to int32 | [optional] | |
| PerPage | Pointer to int32 | [optional] | |
| TotalRows | Pointer to int32 | [optional] |
func NewApiV1TrackingPixelsGet200Response() *ApiV1TrackingPixelsGet200Response
NewApiV1TrackingPixelsGet200Response instantiates a new ApiV1TrackingPixelsGet200Response 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 NewApiV1TrackingPixelsGet200ResponseWithDefaults() *ApiV1TrackingPixelsGet200Response
NewApiV1TrackingPixelsGet200ResponseWithDefaults instantiates a new ApiV1TrackingPixelsGet200Response 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 *ApiV1TrackingPixelsGet200Response) GetData() []TrackingPixel
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ApiV1TrackingPixelsGet200Response) GetDataOk() (*[]TrackingPixel, 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 *ApiV1TrackingPixelsGet200Response) SetData(v []TrackingPixel)
SetData sets Data field to given value.
func (o *ApiV1TrackingPixelsGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ApiV1TrackingPixelsGet200Response) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *ApiV1TrackingPixelsGet200Response) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1TrackingPixelsGet200Response) SetPage(v int32)
SetPage sets Page field to given value.
func (o *ApiV1TrackingPixelsGet200Response) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *ApiV1TrackingPixelsGet200Response) GetPerPage() int32
GetPerPage returns the PerPage field if non-nil, zero value otherwise.
func (o *ApiV1TrackingPixelsGet200Response) GetPerPageOk() (*int32, bool)
GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1TrackingPixelsGet200Response) SetPerPage(v int32)
SetPerPage sets PerPage field to given value.
func (o *ApiV1TrackingPixelsGet200Response) HasPerPage() bool
HasPerPage returns a boolean if a field has been set.
func (o *ApiV1TrackingPixelsGet200Response) GetTotalRows() int32
GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.
func (o *ApiV1TrackingPixelsGet200Response) 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 *ApiV1TrackingPixelsGet200Response) SetTotalRows(v int32)
SetTotalRows sets TotalRows field to given value.
func (o *ApiV1TrackingPixelsGet200Response) HasTotalRows() bool
HasTotalRows returns a boolean if a field has been set.