class Google::Apis::CloudbuildV1beta1::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::CloudbuildV1beta1::NotifierSecretRef]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 1776 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_v1beta1/classes.rb, line 1781 def update!(**args) @webhook_uri = args[:webhook_uri] if args.key?(:webhook_uri) end