GetInstanceGuestAttributesQueryValue

data class GetInstanceGuestAttributesQueryValue(val key: String, val namespace: String, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Key of the guest_attribute.

Link copied to clipboard

Namespace of the guest_attribute.

Link copied to clipboard

Value of the guest_attribute.