Show / Hide Table of Contents

Class Entity

Individual entity affected by, or related to, an alert.

Inheritance
object
Entity
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 Entity : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Link

Link to a Security Investigation Tool search based on this entity, if available.

Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type Description
string

Name

Human-readable name of this entity, such as an email address, file ID, or device name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Values

Extra values beyond name. The order of values should align with headers in EntityList.

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX