RepositoryCreationTemplateTag

data class RepositoryCreationTemplateTag(val key: String, val value: String)

The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

One part of a key-value pair that make up a tag. A `key` is a general label that acts like a category for more specific tag values.

Link copied to clipboard

A `value` acts as a descriptor within a tag category (key).