Class ApigatewayGatewayConfig
Configuration settings for Gateways.
Implements
Inherited Members
Namespace: Google.Apis.Apigateway.v1beta.Data
Assembly: Google.Apis.Apigateway.v1beta.dll
Syntax
public class ApigatewayGatewayConfig : IDirectResponseSchema
Properties
BackendConfig
Required. Backend settings that are applied to all backends of the Gateway.
Declaration
[JsonProperty("backendConfig")]
public virtual ApigatewayBackendConfig BackendConfig { get; set; }
Property Value
Type | Description |
---|---|
ApigatewayBackendConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |