Name | Type | Description | Notes |
---|---|---|---|
Pagination | Pointer to KeysetPaginationResponse | [optional] | |
Versions | []ClusterMajorVersion |
func NewListMajorClusterVersionsResponse(versions []ClusterMajorVersion, ) *ListMajorClusterVersionsResponse
NewListMajorClusterVersionsResponse instantiates a new ListMajorClusterVersionsResponse 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 NewListMajorClusterVersionsResponseWithDefaults() *ListMajorClusterVersionsResponse
NewListMajorClusterVersionsResponseWithDefaults instantiates a new ListMajorClusterVersionsResponse 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 *ListMajorClusterVersionsResponse) GetPagination() KeysetPaginationResponse
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *ListMajorClusterVersionsResponse) SetPagination(v KeysetPaginationResponse)
SetPagination sets Pagination field to given value.
func (o *ListMajorClusterVersionsResponse) GetVersions() []ClusterMajorVersion
GetVersions returns the Versions field if non-nil, zero value otherwise.
func (o *ListMajorClusterVersionsResponse) SetVersions(v []ClusterMajorVersion)
SetVersions sets Versions field to given value.