Contact

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

Contact information for the exposed API.

Report a problem

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The identifying name of the contact person/organization.

Link copied to clipboard
val url: String?

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