Class ListMonitoringPointsResponse
Message for response to listing MonitoringPoints
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class ListMonitoringPointsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MonitoringPoints
The list of MonitoringPoints.
Declaration
[JsonProperty("monitoringPoints")]
public virtual IList<MonitoringPoint> MonitoringPoints { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MonitoringPoint> |
NextPageToken
A token identifying a page of results the server should return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |