Show / Hide Table of Contents

Class ApigatewayListGatewaysResponse

Response message for ApiGatewayService.ListGateways

Inheritance
object
ApigatewayListGatewaysResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Apigateway.v1beta.Data
Assembly: Google.Apis.Apigateway.v1beta.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX