content Resource
suspend fun contentResource(name: String, block: suspend ContentResourceBuilder.() -> Unit): Content
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Content.
The unique name of the resulting resource.
Builder for Content.