Show / Hide Table of Contents

Class DataIngestionJobType

DataIngestionJob type.

Inheritance
object
DataIngestionJobType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class DataIngestionJobType

Properties

Type

Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DataIngestionJobType.TypeEnum? Type { get; set; }
Property Value
Type Description
DataIngestionJobType.TypeEnum?

Type of ingestionJob.

In this article
Back to top