userProfile

suspend fun userProfile(name: String, block: suspend UserProfileResourceBuilder.() -> Unit): UserProfile

Parameters

name

The unique name of the resulting resource.

block

Builder for UserProfile.

See also


Parameters

name

The unique name of the resulting resource.

See also