TagBuilder

class TagBuilder(name: String) : TagDsl, Builder<Tag>

Actual builder for TagDsl.

Parameters

name

The name of the tag. This is the same value that is put in the tags property of operations.

Constructors

Link copied to clipboard
fun TagBuilder(name: String)

Functions

Link copied to clipboard
open override fun build(): Tag

Build the object.

Properties

Link copied to clipboard
open override var description: String? = null

A description for the tag. CommonMark syntax may be used for rich text representation.

Link copied to clipboard
open override var externalDocsDescription: String? = null

Description for the external documentation for this tag.

Link copied to clipboard
open override var externalDocsUrl: String? = null

The URL for the external documentation for this tag. Must be in the form of a URL.