Class AggregateNetworkDataDetails
Details of the vantage point and corresponding execution times.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class AggregateNetworkDataDetailsProperties
VantagePointExecutionTimes
Declaration
[Required(ErrorMessage = "VantagePointExecutionTimes is required.")]
[JsonProperty(PropertyName = "vantagePointExecutionTimes")]
public List<VantagePointExecution> VantagePointExecutionTimes { get; set; }Property Value
| Type | Description | 
|---|---|
| List<VantagePointExecution> | List of VantagePointExecution items. | 
Remarks
Required