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