NotebookResourceInfoResponse

data class NotebookResourceInfoResponse(val fqdn: String? = null, val notebookPreparationError: NotebookPreparationErrorResponse? = null, val resourceId: String? = null)

Constructors

Link copied to clipboard
constructor(fqdn: String? = null, notebookPreparationError: NotebookPreparationErrorResponse? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdn: String? = null
Link copied to clipboard

The error that occurs when preparing notebook.

Link copied to clipboard
val resourceId: String? = null

the data plane resourceId that used to initialize notebook component