Notebook Resource Info Response
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)