TagSettingsPropertiesResponse

data class TagSettingsPropertiesResponse(val filterOperator: String? = null, val tags: Map<String, List<String>>? = null)

Tag filter information for the VM.

Constructors

Link copied to clipboard
constructor(filterOperator: String? = null, tags: Map<String, List<String>>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filterOperator: String? = null

Filter VMs by Any or All specified tags.

Link copied to clipboard
val tags: Map<String, List<String>>? = null

Dictionary of tags with its list of values.