Class ApigatewayListApiConfigsResponse
Response message for ApiGatewayService.ListApiConfigs
Implements
Inherited Members
Namespace: Google.Apis.Apigateway.v1.Data
Assembly: Google.Apis.Apigateway.v1.dll
Syntax
public class ApigatewayListApiConfigsResponse : IDirectResponseSchema
Properties
ApiConfigs
API Configs.
Declaration
[JsonProperty("apiConfigs")]
public virtual IList<ApigatewayApiConfig> ApiConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<ApigatewayApiConfig> |
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> |