Class Entity
Individual entity affected by, or related to, an alert.
Implements
Inherited Members
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> |