Class EnrichmentJobCollection
Object representing list of EnrichmentJobSummaries.
Inherited Members
Namespace: Oci.GenerativeaidataService.Models
Assembly: OCI.DotNetSDK.Generativeaidata.dll
Syntax
public class EnrichmentJobCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<EnrichmentJobSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EnrichmentJobSummary> | List of EnrichmentJobSummary objects. |
Remarks
Required