ApiContactInformationResponse

data class ApiContactInformationResponse(val email: String? = null, val name: String? = null, val url: String? = null)

API contact information

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The email address of the contact person/organization. MUST be in the format of an email address

Link copied to clipboard
val name: String? = null

The identifying name of the contact person/organization

Link copied to clipboard
val url: String? = null

The URL pointing to the contact information. MUST be in the format of a URL