Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.9 KB

File metadata and controls

134 lines (73 loc) · 3.9 KB

ApiV1TrackingPixelsGet200Response

Properties

Name Type Description Notes
Data Pointer to []TrackingPixel [optional]
Page Pointer to int32 [optional]
PerPage Pointer to int32 [optional]
TotalRows Pointer to int32 [optional]

Methods

NewApiV1TrackingPixelsGet200Response

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

NewApiV1TrackingPixelsGet200ResponseWithDefaults

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

GetData

func (o *ApiV1TrackingPixelsGet200Response) GetData() []TrackingPixel

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

GetDataOk

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.

SetData

func (o *ApiV1TrackingPixelsGet200Response) SetData(v []TrackingPixel)

SetData sets Data field to given value.

HasData

func (o *ApiV1TrackingPixelsGet200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetPage

func (o *ApiV1TrackingPixelsGet200Response) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

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.

SetPage

func (o *ApiV1TrackingPixelsGet200Response) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *ApiV1TrackingPixelsGet200Response) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPerPage

func (o *ApiV1TrackingPixelsGet200Response) GetPerPage() int32

GetPerPage returns the PerPage field if non-nil, zero value otherwise.

GetPerPageOk

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.

SetPerPage

func (o *ApiV1TrackingPixelsGet200Response) SetPerPage(v int32)

SetPerPage sets PerPage field to given value.

HasPerPage

func (o *ApiV1TrackingPixelsGet200Response) HasPerPage() bool

HasPerPage returns a boolean if a field has been set.

GetTotalRows

func (o *ApiV1TrackingPixelsGet200Response) GetTotalRows() int32

GetTotalRows returns the TotalRows field if non-nil, zero value otherwise.

GetTotalRowsOk

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.

SetTotalRows

func (o *ApiV1TrackingPixelsGet200Response) SetTotalRows(v int32)

SetTotalRows sets TotalRows field to given value.

HasTotalRows

func (o *ApiV1TrackingPixelsGet200Response) HasTotalRows() bool

HasTotalRows returns a boolean if a field has been set.

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