GetFunctionSourceRepository

data class GetFunctionSourceRepository(val deployedUrl: String, val url: String)

Constructors

Link copied to clipboard
constructor(deployedUrl: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL pointing to the hosted repository where the function was defined at the time of deployment.

Link copied to clipboard
val url: String

The URL pointing to the hosted repository where the function is defined.