Class LabelSet
An ordered collection of labels that are unique by name.
Inherited Members
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class LabelSetProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<LabelName> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<LabelName> | An ordered collection of labels that are unique by name. |