Show / Hide Table of Contents

Class FindingAnalyticsCollection

The collection of the summary objects of the analytics data of findings or top findings.

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

Properties

Items

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

The array of the summary objects of the analytics data of findings or top findings.

Remarks

Required

In this article
Back to top