Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to []GetKernels200ResponseDataInner | [optional] | |
Page | Pointer to int32 | The current page. | [optional] [readonly] |
Pages | Pointer to int32 | The total number of pages. | [optional] [readonly] |
Results | Pointer to int32 | The total number of results. | [optional] [readonly] |
func NewGetKernels200Response() *GetKernels200Response
NewGetKernels200Response instantiates a new GetKernels200Response 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 NewGetKernels200ResponseWithDefaults() *GetKernels200Response
NewGetKernels200ResponseWithDefaults instantiates a new GetKernels200Response 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 *GetKernels200Response) GetData() []GetKernels200ResponseDataInner
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetKernels200Response) GetDataOk() (*[]GetKernels200ResponseDataInner, 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 *GetKernels200Response) SetData(v []GetKernels200ResponseDataInner)
SetData sets Data field to given value.
func (o *GetKernels200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetKernels200Response) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetKernels200Response) 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 *GetKernels200Response) SetPage(v int32)
SetPage sets Page field to given value.
func (o *GetKernels200Response) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *GetKernels200Response) GetPages() int32
GetPages returns the Pages field if non-nil, zero value otherwise.
func (o *GetKernels200Response) GetPagesOk() (*int32, bool)
GetPagesOk returns a tuple with the Pages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKernels200Response) SetPages(v int32)
SetPages sets Pages field to given value.
func (o *GetKernels200Response) HasPages() bool
HasPages returns a boolean if a field has been set.
func (o *GetKernels200Response) GetResults() int32
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *GetKernels200Response) GetResultsOk() (*int32, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKernels200Response) SetResults(v int32)
SetResults sets Results field to given value.
func (o *GetKernels200Response) HasResults() bool
HasResults returns a boolean if a field has been set.