Class PerformanceTuningAnalysisResultCollection
List of Performance Tuning Analysis results.
Inherited Members
Namespace: Oci.JmsService.Models
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class PerformanceTuningAnalysisResultCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PerformanceTuningAnalysisResultSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PerformanceTuningAnalysisResultSummary> | A list of Performance Tuning Analysis results. | 
Remarks
Required