GetCrawlerPlainArgs

data class GetCrawlerPlainArgs(val name: String) : ConvertibleToJava<GetCrawlerPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the crawler.

Functions

Link copied to clipboard
open override fun toJava(): GetCrawlerPlainArgs