TagBuilder

class TagBuilder(name: String) : TagDsl, Buildable<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
constructor(name: String)

Properties

Link copied to clipboard
open override var description: String?

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

Link copied to clipboard
open override var externalDocsDescription: String?

Description for the external documentation for this tag.

Link copied to clipboard
open override var externalDocsUrl: String?

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

Functions

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