ListGraphsRequest

Types

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

Properties

Link copied to clipboard

The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.

Link copied to clipboard

For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.

Functions

Link copied to clipboard
inline fun copy(block: ListGraphsRequest.Builder.() -> Unit = {}): ListGraphsRequest
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