ApiContact

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

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.

Link copied to clipboard
val name: String? = null

The name of the contact person/organization.

Link copied to clipboard
val url: String? = null

Absolute URL of the contact information.