View Source GoogleApi.CloudBuild.V1.Model.WebhookConfig (google_api_cloud_build v0.50.1)

WebhookConfig describes the configuration of a trigger that creates a build whenever a webhook is sent to a trigger's webhook URL.

Attributes

  • secret (type: String.t, default: nil) - Required. Resource name for the secret required as a URL parameter.
  • state (type: String.t, default: nil) - Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.WebhookConfig{
  secret: String.t() | nil,
  state: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.