GetGuestUsageResult

data class GetGuestUsageResult(val id: String, val location: String? = null, val name: String, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)

Guest Usages Resource

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, tags: Map<String, String>? = null, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

An identifier that represents the Guest Usages resource.

Link copied to clipboard
val location: String? = null

Location of the Guest Usages resource.

Link copied to clipboard

The name of the Guest Usages resource.

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

Key-value pairs of additional resource provisioning properties.

Link copied to clipboard
val tenantId: String? = null

An identifier for the tenant for which the resource is being created

Link copied to clipboard

The type of the Guest Usages resource.