ServerNameItemResponse

data class ServerNameItemResponse(val fullyQualifiedDomainName: String, val name: String? = null)

The name object for a server.

Constructors

Link copied to clipboard
constructor(fullyQualifiedDomainName: String, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fully qualified domain name of a server.

Link copied to clipboard
val name: String? = null

The name of a server.