Class RecordAnalyticsAggregationCollection
Collection of records aggregated.
Inherited Members
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class RecordAnalyticsAggregationCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RecordAnalyticsAggregation> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<RecordAnalyticsAggregation> | The list of record entities. | 
Remarks
Required