Show / Hide Table of Contents

Class AggregateNetworkDataDetails

Details of the vantage point and corresponding execution times.

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

Properties

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

In this article
Back to top