Class DataIngestionJobType
DataIngestionJob type.
Inherited Members
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. |