Show / Hide Table of Contents

Class VantagePointExecution

Details of a vantage point execution.

Inheritance
object
VantagePointExecution
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 VantagePointExecution

Properties

Executions

Declaration
[JsonProperty(PropertyName = "executions")]
public List<long> Executions { get; set; }
Property Value
Type Description
List<long>

List of execution times in milliseconds.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the vantage point.

In this article
Back to top