feed

suspend fun feed(name: String, block: suspend FeedResourceBuilder.() -> Unit): Feed

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Feed.


fun feed(name: String): Feed

See also

Parameters

name

The unique name of the resulting resource.