| Name | Type | Description | Notes |
|---|---|---|---|
| Page | float32 | ||
| PageSize | float32 | ||
| Results | Pointer to []DeploymentHistoryHelmResponse | [optional] |
func NewListHelmDeploymentHistory200Response(page float32, pageSize float32, ) *ListHelmDeploymentHistory200Response
NewListHelmDeploymentHistory200Response instantiates a new ListHelmDeploymentHistory200Response 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 NewListHelmDeploymentHistory200ResponseWithDefaults() *ListHelmDeploymentHistory200Response
NewListHelmDeploymentHistory200ResponseWithDefaults instantiates a new ListHelmDeploymentHistory200Response 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 *ListHelmDeploymentHistory200Response) GetPage() float32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *ListHelmDeploymentHistory200Response) GetPageOk() (*float32, 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 *ListHelmDeploymentHistory200Response) SetPage(v float32)
SetPage sets Page field to given value.
func (o *ListHelmDeploymentHistory200Response) GetPageSize() float32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *ListHelmDeploymentHistory200Response) GetPageSizeOk() (*float32, bool)
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListHelmDeploymentHistory200Response) SetPageSize(v float32)
SetPageSize sets PageSize field to given value.
func (o *ListHelmDeploymentHistory200Response) GetResults() []DeploymentHistoryHelmResponse
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *ListHelmDeploymentHistory200Response) GetResultsOk() (*[]DeploymentHistoryHelmResponse, 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 *ListHelmDeploymentHistory200Response) SetResults(v []DeploymentHistoryHelmResponse)
SetResults sets Results field to given value.
func (o *ListHelmDeploymentHistory200Response) HasResults() bool
HasResults returns a boolean if a field has been set.