profile

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

Parameters

name

The unique name of the resulting resource.

block

Builder for Profile.

See also


fun profile(name: String): Profile

Parameters

name

The unique name of the resulting resource.

See also