shortUrl

suspend fun shortUrl(name: String, block: suspend ShortUrlResourceBuilder.() -> Unit): ShortUrl

Parameters

name

The unique name of the resulting resource.

block

Builder for ShortUrl.

See also


Parameters

name

The unique name of the resulting resource.

See also