Class PerformanceTuningAnalysisCollection
Results of a Performance Tuning Analysis search. Contains PerformanceTuningAnalysisSummary items.
Inherited Members
Namespace: Oci.JmsutilsService.Models
Assembly: OCI.DotNetSDK.Jmsutils.dll
Syntax
public class PerformanceTuningAnalysisCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PerformanceTuningAnalysisSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PerformanceTuningAnalysisSummary> | List of Performance Tuning Analysis. |
Remarks
Required