Class IngestSqlTextDetails
Collection of SQL Text Entries
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class IngestSqlTextDetailsProperties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<SqlText> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<SqlText> | List of SQL Text Entries. |