Class ApigatewayListGatewaysResponse
Response message for ApiGatewayService.ListGateways
Implements
Inherited Members
Namespace: Google.Apis.Apigateway.v1.Data
Assembly: Google.Apis.Apigateway.v1.dll
Syntax
public class ApigatewayListGatewaysResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gateways
Gateways.
Declaration
[JsonProperty("gateways")]
public virtual IList<ApigatewayGateway> Gateways { get; set; }
Property Value
Type | Description |
---|---|
IList<ApigatewayGateway> |
NextPageToken
Next page token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UnreachableLocations
Locations that could not be reached.
Declaration
[JsonProperty("unreachableLocations")]
public virtual IList<string> UnreachableLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |