Class ResponderExecutionTrendAggregation
Provides the timestamps and their corresponding number of remediations.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ResponderExecutionTrendAggregationProperties
Count
Declaration
[Required(ErrorMessage = "Count is required.")]
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The number of remediations for a given time | 
Remarks
Required
DimensionsMap
Declaration
[Required(ErrorMessage = "DimensionsMap is required.")]
[JsonProperty(PropertyName = "dimensionsMap")]
public Dictionary<string, string> DimensionsMap { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | The key-value pairs of dimensions and their names | 
Remarks
Required
DurationInSeconds
Declaration
[Required(ErrorMessage = "DurationInSeconds is required.")]
[JsonProperty(PropertyName = "durationInSeconds")]
public int? DurationInSeconds { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Duration | 
Remarks
Required
StartTimestamp
Declaration
[Required(ErrorMessage = "StartTimestamp is required.")]
[JsonProperty(PropertyName = "startTimestamp")]
public decimal? StartTimestamp { get; set; }Property Value
| Type | Description | 
|---|---|
| decimal? | Start time in epoch seconds | 
Remarks
Required