Service Plan Support Args
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>