crawler

suspend fun crawler(name: String, block: suspend CrawlerResourceBuilder.() -> Unit): Crawler

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Crawler.


fun crawler(name: String): Crawler

See also

Parameters

name

The unique name of the resulting resource.