short Url Resource
suspend fun shortUrlResource(name: String, block: suspend ShortUrlResourceBuilder.() -> Unit): ShortUrl
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for ShortUrl.
The unique name of the resulting resource.
Builder for ShortUrl.