Class ListHttpRoutesResponse
Response returned by the ListHttpRoutes method.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class ListHttpRoutesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpRoutes
List of HttpRoute resources.
Declaration
[JsonProperty("httpRoutes")]
public virtual IList<HttpRoute> HttpRoutes { get; set; }
Property Value
Type | Description |
---|---|
IList<HttpRoute> |
NextPageToken
If there might be more results than those appearing in this response, then next_page_token
is included. To
get the next set of results, call this method again using the value of next_page_token
as page_token
.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |