profile

suspend fun profile(name: String, block: suspend ProfileResourceBuilder.() -> Unit): Profile

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Profile.


fun profile(name: String): Profile

See also

Parameters

name

The unique name of the resulting resource.