Show / Hide Table of Contents

Class SlackDelivery

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

Inheritance
System.Object
SlackDelivery
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.dll
Syntax
public class SlackDelivery : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

WebhookUri

The secret reference for the Slack webhook URI for sending messages to a channel.

Declaration
[JsonProperty("webhookUri")]
public virtual NotifierSecretRef WebhookUri { get; set; }
Property Value
Type Description
NotifierSecretRef

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX