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