ListWorkspaceNotebookAccessTokenResult

data class ListWorkspaceNotebookAccessTokenResult(val accessToken: String, val expiresIn: Int, val hostName: String, val notebookResourceId: String, val publicDns: String, val refreshToken: String, val scope: String, val tokenType: String)

Constructors

Link copied to clipboard
constructor(accessToken: String, expiresIn: Int, hostName: String, notebookResourceId: String, publicDns: String, refreshToken: String, scope: String, tokenType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard