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