MachineReferenceWithHintsResponse

data class MachineReferenceWithHintsResponse(val displayNameHint: String, val id: String, val kind: String, val name: String, val osFamilyHint: String, val type: String)

A machine reference with a hint of the machine's name and operating system.

Constructors

Link copied to clipboard
constructor(displayNameHint: String, id: String, kind: String, name: String, osFamilyHint: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last known display name.

Link copied to clipboard
val id: String

Resource URI.

Link copied to clipboard

Specifies the sub-class of the reference. Expected value is 'ref:machinewithhints'.

Link copied to clipboard

Resource name.

Link copied to clipboard

Last known operating system family.

Link copied to clipboard

Resource type qualifier.