Get Api Tag Description Result
data class GetApiTagDescriptionResult(val azureApiVersion: String, 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
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Description of the Tag.
Link copied to clipboard
Tag name.
Link copied to clipboard
Description of the external resources describing the tag.
Link copied to clipboard
Absolute URL of external resources describing the tag.