Class EntityList
EntityList stores entities in a format that can be translated to a table in the Alert Center UI.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class EntityList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entities
List of entities affected by the alert.
Declaration
[JsonProperty("entities")]
public virtual IList<Entity> Entities { get; set; }
Property Value
Type | Description |
---|---|
IList<Entity> |
Headers
Headers of the values in entities. If no value is defined in Entity, this field should be empty.
Declaration
[JsonProperty("headers")]
public virtual IList<string> Headers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
Name of the key detail used to display this entity list.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |