ListNodesResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Link copied to clipboard
val nodes: List<Node>?

A list of managed nodes that match the specified filter criteria.

Functions

Link copied to clipboard
inline fun copy(block: ListNodesResponse.Builder.() -> Unit = {}): ListNodesResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String