Show / Hide Table of Contents

Class EnrichmentJobCollection

Object representing list of EnrichmentJobSummaries.

Inheritance
object
EnrichmentJobCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top