Class ApigatewayListApisResponse
Response message for ApiGatewayService.ListApis
Implements
Inherited Members
Namespace: Google.Apis.Apigateway.v1beta.Data
Assembly: Google.Apis.Apigateway.v1beta.dll
Syntax
public class ApigatewayListApisResponse : IDirectResponseSchema
Properties
Apis
APIs.
Declaration
[JsonProperty("apis")]
public virtual IList<ApigatewayApi> Apis { get; set; }
Property Value
Type | Description |
---|---|
IList<ApigatewayApi> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
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> |