ServicePlanSupportArgs

data class ServicePlanSupportArgs(val email: Output<String>? = null, val instructions: Output<String>? = null, val phone: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<ServicePlanSupportArgs>

Constructors

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

Properties

Link copied to clipboard
val email: Output<String>? = null

The email address for the support contact.

Link copied to clipboard
val instructions: Output<String>? = null

The instructions for users of the Lab Service Plan.

Link copied to clipboard
val phone: Output<String>? = null

The phone number for the support contact.

Link copied to clipboard
val url: Output<String>? = null

The web address for users of the Lab Service Plan.

Functions

Link copied to clipboard
open override fun toJava(): ServicePlanSupportArgs