GetApiTagDescriptionResult

data class GetApiTagDescriptionResult(val description: String? = null, val displayName: String? = null, val externalDocsDescription: String? = null, val externalDocsUrl: String? = null, val id: String, val name: String, val tagId: String? = null, val type: String)

Contract details.

Constructors

Link copied to clipboard
constructor(description: String? = null, displayName: String? = null, externalDocsDescription: String? = null, externalDocsUrl: String? = null, id: String, name: String, tagId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the Tag.

Link copied to clipboard
val displayName: String? = null

Tag name.

Link copied to clipboard

Description of the external resources describing the tag.

Link copied to clipboard
val externalDocsUrl: String? = null

Absolute URL of external resources describing the tag.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard
val tagId: String? = null

Identifier of the tag in the form of /tags/{tagId}

Link copied to clipboard

Resource type for API Management resource.