Class PublicVantagePointSummary
Information about public vantage points.
Inherited Members
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class PublicVantagePointSummaryProperties
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique name that can be edited. The name should not contain any confidential information. | 
Remarks
Required
Geo
Declaration
[JsonProperty(PropertyName = "geo")]
public GeoSummary Geo { get; set; }Property Value
| Type | Description | 
|---|---|
| GeoSummary | 
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique permanent name of the vantage point. | 
Remarks
Required