Class DatabaseToolsSqlReportCollection
List of Database Tools SQL report summary items.
Inherited Members
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class DatabaseToolsSqlReportCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DatabaseToolsSqlReportSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<DatabaseToolsSqlReportSummary> | Array of Database Tools SQL report summary items. |
Remarks
Required