CloudFunctionInfoResponse

data class CloudFunctionInfoResponse(val displayName: String, val location: String, val uri: String, val versionId: String)

For display only. Metadata associated with a Cloud Function.

Constructors

Link copied to clipboard
fun CloudFunctionInfoResponse(displayName: String, location: String, uri: String, versionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Cloud Function.

Link copied to clipboard

Location in which the Cloud Function is deployed.

Link copied to clipboard
val uri: String

URI of a Cloud Function.

Link copied to clipboard

Latest successfully deployed version id of the Cloud Function.