GetTagsTag

data class GetTagsTag(val id: String, val tagId: String, val tagName: String)

Constructors

Link copied to clipboard
constructor(id: String, tagId: String, tagName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the tag.

Link copied to clipboard

The ID of the tag.

Link copied to clipboard

The name of the tag.