Show / Hide Table of Contents

Class DiscoveryAnalyticsCollection

A collection of discovery analytics summary objects.

Inheritance
object
DiscoveryAnalyticsCollection
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 DiscoveryAnalyticsCollection

Properties

Items

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

An array of discovery analytics summary objects.

Remarks

Required

In this article
Back to top