Class RecordCollection
The results of a record search. It contains RecordSummary items and other data.
Inherited Members
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class RecordCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RecordSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<RecordSummary> | The list of records. |
Remarks
Required