ListCrawlsRequest

Types

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

Properties

Link copied to clipboard

The name of the crawler whose runs you want to retrieve.

Link copied to clipboard

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

Link copied to clipboard

The maximum number of results to return. The default is 20, and maximum is 100.

Link copied to clipboard

A continuation token, if this is a continuation call.

Functions

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