GetTagAssociationPlainArgs

data class GetTagAssociationPlainArgs(val resourceIdentifier: String, val tagsIdentifier: String) : ConvertibleToJava<GetTagAssociationPlainArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetTagAssociationPlainArgs