Class Settings
Customer-level settings.
Inheritance
System.Object
Settings
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.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class Settings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Notifications
The list of notifications.
Declaration
[JsonProperty("notifications")]
public virtual IList<Notification> Notifications { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Notification> |