GetTagAtScopeResult

data class GetTagAtScopeResult(val id: String, val name: String, val properties: TagsResponse, val type: String)

Wrapper resource for tags API requests and responses.

Constructors

Link copied to clipboard
constructor(id: String, name: String, properties: TagsResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the tags wrapper resource.

Link copied to clipboard

The name of the tags wrapper resource.

Link copied to clipboard

The set of tags.

Link copied to clipboard

The type of the tags wrapper resource.