Class EnumerateAlertFacetsResponse
Response message for EnumerateAlertFacets.
Implements
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class EnumerateAlertFacetsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Facets
List of facets and the counts.
Declaration
[JsonProperty("facets")]
public virtual IList<Facet> Facets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Facet> |