Class DatabaseInsightsCollection
Collection of database insight summary objects.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class DatabaseInsightsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DatabaseInsightSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DatabaseInsightSummary> | Array of database insight summary objects. |
Remarks
Required