UserProfileCodeRepositoryArgs

data class UserProfileCodeRepositoryArgs(val repositoryUrl: Output<String>) : ConvertibleToJava<UserProfileCodeRepositoryArgs>

Constructors

Link copied to clipboard
constructor(repositoryUrl: Output<String>)

Properties

Link copied to clipboard
val repositoryUrl: Output<String>

A CodeRepository (valid URL) to be used within Jupyter's Git extension.

Functions

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