Class ListGatewayRouteViewsResponse
Response returned by the ListGatewayRouteViews method.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ListGatewayRouteViewsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GatewayRouteViews
List of GatewayRouteView resources.
Declaration
[JsonProperty("gatewayRouteViews")]
public virtual IList<GatewayRouteView> GatewayRouteViews { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GatewayRouteView> |
NextPageToken
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no
subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Unreachable
Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |