Class: Google::Apis::CloudbuildV1alpha2::SlackDelivery

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudbuild_v1alpha2/classes.rb,
generated/google/apis/cloudbuild_v1alpha2/representations.rb,
generated/google/apis/cloudbuild_v1alpha2/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SlackDelivery

Returns a new instance of SlackDelivery.



1215
1216
1217
# File 'generated/google/apis/cloudbuild_v1alpha2/classes.rb', line 1215

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#webhook_uriGoogle::Apis::CloudbuildV1alpha2::NotifierSecretRef

NotifierSecretRef contains the reference to a secret stored in the corresponding NotifierSpec. Corresponds to the JSON property webhookUri



1213
1214
1215
# File 'generated/google/apis/cloudbuild_v1alpha2/classes.rb', line 1213

def webhook_uri
  @webhook_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1220
1221
1222
# File 'generated/google/apis/cloudbuild_v1alpha2/classes.rb', line 1220

def update!(**args)
  @webhook_uri = args[:webhook_uri] if args.key?(:webhook_uri)
end