Class PathAnalyzerTestCollection
The results of a ListPathAnalyzerTests call in the current compartment.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class PathAnalyzerTestCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PathAnalyzerTestSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<PathAnalyzerTestSummary> | A list of  | 
Remarks
Required