GetTagAssociationResult

data class GetTagAssociationResult(val resourceIdentifier: String? = null, val tagsIdentifier: String? = null)

Constructors

Link copied to clipboard
constructor(resourceIdentifier: String? = null, tagsIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique string identifying the resource. Used as primary identifier, which ideally should be a string

Link copied to clipboard
val tagsIdentifier: String? = null

Unique string identifying the resource's tags. Used as primary identifier, which ideally should be a string