| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to []RetargetingPixel | [optional] | |
| TotalRows | Pointer to int32 | [optional] |
func NewApiV1RetargetingPixelsGet200Response() *ApiV1RetargetingPixelsGet200Response
NewApiV1RetargetingPixelsGet200Response instantiates a new ApiV1RetargetingPixelsGet200Response 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 NewApiV1RetargetingPixelsGet200ResponseWithDefaults() *ApiV1RetargetingPixelsGet200Response
NewApiV1RetargetingPixelsGet200ResponseWithDefaults instantiates a new ApiV1RetargetingPixelsGet200Response 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 *ApiV1RetargetingPixelsGet200Response) GetData() []RetargetingPixel
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ApiV1RetargetingPixelsGet200Response) GetDataOk() (*[]RetargetingPixel, 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 *ApiV1RetargetingPixelsGet200Response) SetData(v []RetargetingPixel)
SetData sets Data field to given value.
func (o *ApiV1RetargetingPixelsGet200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ApiV1RetargetingPixelsGet200Response) GetTotalRows() int32
GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.
func (o *ApiV1RetargetingPixelsGet200Response) 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 *ApiV1RetargetingPixelsGet200Response) SetTotalRows(v int32)
SetTotalRows sets TotalRows field to given value.
func (o *ApiV1RetargetingPixelsGet200Response) HasTotalRows() bool
HasTotalRows returns a boolean if a field has been set.