Show / Hide Table of Contents

Class IndicatorCountCollection

A list of indicator counts by indicator type.

Inheritance
object
IndicatorCountCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ThreatintelligenceService.Models
Assembly: OCI.DotNetSDK.Threatintelligence.dll
Syntax
public class IndicatorCountCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<IndicatorCountSummary> Items { get; set; }
Property Value
Type Description
List<IndicatorCountSummary>

The list of aggregated indicator counts.

Remarks

Required

In this article
Back to top