Class UpdateAlertWebhookOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UpdateAlertWebhookOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The updateAlertWebhook options.
    • Method Detail

      • webhookId

        public String webhookId()
        Gets the webhookId. Alert webhook identifier.
        Returns:
        the webhookId
      • name

        public String name()
        Gets the name. Webhook Name.
        Returns:
        the name
      • url

        public String url()
        Gets the url. Webhook url.
        Returns:
        the url
      • secret

        public String secret()
        Gets the secret. The optional secret or API key needed to use the webhook.
        Returns:
        the secret