Class ProblemTrendAggregationCollection
Collection of problem trend aggregations
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ProblemTrendAggregationCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProblemTrendAggregation> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProblemTrendAggregation> | List of problem trend aggregations (ProblemTrendAggregation resources) |
Remarks
Required