Show / Hide Table of Contents

Class Notification

Notification is the container which holds the data that is relevant to this particular notification.

Inheritance
System.Object
Notification
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 Notification : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Filter

The filter string to use for notification filtering. Currently, this is assumed to be a CEL program. See https://opensource.google/projects/cel for more.

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
System.String

HttpDelivery

Configuration for HTTP delivery.

Declaration
[JsonProperty("httpDelivery")]
public virtual HTTPDelivery HttpDelivery { get; set; }
Property Value
Type Description
HTTPDelivery

SlackDelivery

Configuration for Slack delivery.

Declaration
[JsonProperty("slackDelivery")]
public virtual SlackDelivery SlackDelivery { get; set; }
Property Value
Type Description
SlackDelivery

SmtpDelivery

Configuration for SMTP (email) delivery.

Declaration
[JsonProperty("smtpDelivery")]
public virtual SMTPDelivery SmtpDelivery { get; set; }
Property Value
Type Description
SMTPDelivery

StructDelivery

Escape hatch for users to supply custom delivery configs.

Declaration
[JsonProperty("structDelivery")]
public virtual IDictionary<string, object> StructDelivery { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX