scraper

suspend fun scraper(name: String, block: suspend ScraperResourceBuilder.() -> Unit): Scraper

Parameters

name

The unique name of the resulting resource.

block

Builder for Scraper.

See also


fun scraper(name: String): Scraper

Parameters

name

The unique name of the resulting resource.

See also