GoogleCloudFunctionsV2StateMessageResponse

data class GoogleCloudFunctionsV2StateMessageResponse(val message: String, val severity: String, val type: String)

Informational messages about the state of the Cloud Function or Operation.

Constructors

constructor(message: String, severity: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The message.

Link copied to clipboard

Severity of the state message.

Link copied to clipboard

One-word CamelCase type of the state message.