class Google::Apis::CloudbuildV1alpha1::SlackDelivery

SlackDelivery is the delivery configuration for delivering Slack messages via webhooks. See Slack webhook documentation at: api.slack.com/messaging/ webhooks.

Attributes

webhook_uri[RW]

NotifierSecretRef contains the reference to a secret stored in the corresponding NotifierSpec. Corresponds to the JSON property `webhookUri` @return [Google::Apis::CloudbuildV1alpha1::NotifierSecretRef]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudbuild_v1alpha1/classes.rb, line 1786
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudbuild_v1alpha1/classes.rb, line 1791
def update!(**args)
  @webhook_uri = args[:webhook_uri] if args.key?(:webhook_uri)
end