AssetTagRemoveRequest

data class AssetTagRemoveRequest(val assetFqn: String, val tagFqn: String)

Data class representing a request to remove an asset tag.

Constructors

Link copied to clipboard
constructor(assetFqn: String, tagFqn: String)

Properties

Link copied to clipboard

The fully qualified domain name (FQDN) of the asset to remove the tag from.

Link copied to clipboard

The fully qualified domain name (FQDN) of the tag to be removed from the asset.