Class IndicatorCountSummary
A group of indicators with the same dimensions, such as the same indicator type.
Inherited Members
Namespace: Oci.ThreatintelligenceService.Models
Assembly: OCI.DotNetSDK.Threatintelligence.dll
Syntax
public class IndicatorCountSummary
Properties
Count
Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? | The count of indicators in the group. |
Remarks
Required
Dimensions
Declaration
[Required(ErrorMessage = "Dimensions is required.")]
[JsonProperty(PropertyName = "dimensions")]
public IndicatorCountDimensions Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IndicatorCountDimensions |
Remarks
Required