Class NotifierConfig
NotifierConfig is the top-level configuration message.
Inheritance
System.Object
NotifierConfig
Implements
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.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class NotifierConfig : IDirectResponseSchema
Properties
ApiVersion
The API version of this configuration format.
Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
The type of notifier to use (e.g. SMTPNotifier).
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Metadata
Metadata for referring to/handling/deploying this notifier.
Declaration
[JsonProperty("metadata")]
public virtual NotifierMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
NotifierMetadata |
Spec
The actual configuration for this notifier.
Declaration
[JsonProperty("spec")]
public virtual NotifierSpec Spec { get; set; }
Property Value
Type | Description |
---|---|
NotifierSpec |