Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 3.1 KB

ListJobDeploymentHistory200Response.md

File metadata and controls

98 lines (53 loc) · 3.1 KB

ListJobDeploymentHistory200Response

Properties

Name Type Description Notes
Page float32
PageSize float32
Results Pointer to []DeploymentHistoryJobResponse [optional]

Methods

NewListJobDeploymentHistory200Response

func NewListJobDeploymentHistory200Response(page float32, pageSize float32, ) *ListJobDeploymentHistory200Response

NewListJobDeploymentHistory200Response instantiates a new ListJobDeploymentHistory200Response 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

NewListJobDeploymentHistory200ResponseWithDefaults

func NewListJobDeploymentHistory200ResponseWithDefaults() *ListJobDeploymentHistory200Response

NewListJobDeploymentHistory200ResponseWithDefaults instantiates a new ListJobDeploymentHistory200Response 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

GetPage

func (o *ListJobDeploymentHistory200Response) GetPage() float32

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

GetPageOk

func (o *ListJobDeploymentHistory200Response) 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.

SetPage

func (o *ListJobDeploymentHistory200Response) SetPage(v float32)

SetPage sets Page field to given value.

GetPageSize

func (o *ListJobDeploymentHistory200Response) GetPageSize() float32

GetPageSize returns the PageSize field if non-nil, zero value otherwise.

GetPageSizeOk

func (o *ListJobDeploymentHistory200Response) 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.

SetPageSize

func (o *ListJobDeploymentHistory200Response) SetPageSize(v float32)

SetPageSize sets PageSize field to given value.

GetResults

func (o *ListJobDeploymentHistory200Response) GetResults() []DeploymentHistoryJobResponse

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *ListJobDeploymentHistory200Response) GetResultsOk() (*[]DeploymentHistoryJobResponse, 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.

SetResults

func (o *ListJobDeploymentHistory200Response) SetResults(v []DeploymentHistoryJobResponse)

SetResults sets Results field to given value.

HasResults

func (o *ListJobDeploymentHistory200Response) HasResults() bool

HasResults returns a boolean if a field has been set.

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