Show / Hide Table of Contents

Class ProblemAggregationCollection

A collection of problem aggregation data for problem analytics.

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

Properties

Items

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

List of all the ProblemAggregation resources

Remarks

Required

In this article
Back to top