Show / Hide Table of Contents

Class NotifierSpec

NotifierSpec is the configuration container for notifications.

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

Properties

ETag

The ETag of the item.

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

Notification

The configuration of this particular notifier.

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

Secrets

Configurations for secret resources used by this particular notifier.

Declaration
[JsonProperty("secrets")]
public virtual IList<NotifierSecret> Secrets { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<NotifierSecret>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX