UserDefinedFunctionResourceUri

data class UserDefinedFunctionResourceUri(val resourceType: String, val uri: String)

Constructors

Link copied to clipboard
constructor(resourceType: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the resource. can be one of JAR, FILE, and ARCHIVE.

Link copied to clipboard
val uri: String

The URI for accessing the resource.