Class ConsoleHistoryCollection
Results of the Db Node console history lists. Contains ConsoleHistorySummary items.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ConsoleHistoryCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ConsoleHistorySummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ConsoleHistorySummary> | List of Db Node console histories. | 
Remarks
Required