Interface protos.google.cloud.apigateway.v1.IListGatewaysResponse (1.1.6)

Properties of a ListGatewaysResponse.

Package

@google-cloud/api-gateway!

Properties

gateways

gateways?: (google.cloud.apigateway.v1.IGateway[]|null);

ListGatewaysResponse gateways

Property Value
TypeDescription
(google.cloud.apigateway.v1.IGateway[]|null)

nextPageToken

nextPageToken?: (string|null);

ListGatewaysResponse nextPageToken

Property Value
TypeDescription
(string|null)

unreachableLocations

unreachableLocations?: (string[]|null);

ListGatewaysResponse unreachableLocations

Property Value
TypeDescription
(string[]|null)