Class DedicatedVantagePointCollection
The results of a dedicated vantage point search, which contains DedicatedVantagePointSummary items and other data in an APM domain.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class DedicatedVantagePointCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DedicatedVantagePointSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DedicatedVantagePointSummary> | List of DedicatedVantagePointSummary items. | 
Remarks
Required