Name | Type | Description | Notes |
---|---|---|---|
Nodes | []Node | ||
Pagination | Pointer to KeysetPaginationResponse | [optional] |
func NewListClusterNodesResponse(nodes []Node, ) *ListClusterNodesResponse
NewListClusterNodesResponse instantiates a new ListClusterNodesResponse 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 NewListClusterNodesResponseWithDefaults() *ListClusterNodesResponse
NewListClusterNodesResponseWithDefaults instantiates a new ListClusterNodesResponse 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 *ListClusterNodesResponse) GetNodes() []Node
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *ListClusterNodesResponse) SetNodes(v []Node)
SetNodes sets Nodes field to given value.
func (o *ListClusterNodesResponse) GetPagination() KeysetPaginationResponse
GetPagination returns the Pagination field if non-nil, zero value otherwise.
func (o *ListClusterNodesResponse) SetPagination(v KeysetPaginationResponse)
SetPagination sets Pagination field to given value.