Show / Hide Table of Contents

Class PathAnalyzerTestCollection

The results of a ListPathAnalyzerTests call in the current compartment.

Inheritance
object
PathAnalyzerTestCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class PathAnalyzerTestCollection

Properties

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 PathAnalyzerTestSummary items.

Remarks

Required

In this article
Back to top