Asset Contact
data class AssetContact(val website: String? = null, val phone: String? = null, val email: String? = null)
An object containing the asset's contact available information.
Parameters
website
The website contact for this Asset, such as a business' homepage.
phone
Contains the Asset's phone number in its local format.
email
Contains the Asset's email contact.