google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.Handler View Source

Handler defines a specific action that should be taken

Attributes

  • exec (ExecAction): One and only one of the following should be specified. Exec specifies the action to take. +optional Defaults to: null.
  • httpGet (HttpGetAction): HTTPGet specifies the http request to perform. +optional Defaults to: null.
  • tcpSocket (TcpSocketAction): TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.