ServicePlanSupport

data class ServicePlanSupport(val email: String? = null, val instructions: String? = null, val phone: String? = null, val url: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The email address for the support contact.

Link copied to clipboard
val instructions: String? = null

The instructions for users of the Lab Service Plan.

Link copied to clipboard
val phone: String? = null

The phone number for the support contact.

Link copied to clipboard
val url: String? = null

The web address for users of the Lab Service Plan.