Show / Hide Table of Contents

Class EntityList

EntityList stores entities in a format that can be translated to a table in the Alert Center UI.

Inheritance
object
EntityList
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX