View Source GoogleApi.APIGateway.V1beta.Model.ApigatewayGatewayConfig (google_api_api_gateway v0.10.0)
Configuration settings for Gateways.
Attributes
-
backendConfig
(type:GoogleApi.APIGateway.V1beta.Model.ApigatewayBackendConfig.t
, default:nil
) - Required. Backend settings that are applied to all backends of the Gateway.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIGateway.V1beta.Model.ApigatewayGatewayConfig{ backendConfig: GoogleApi.APIGateway.V1beta.Model.ApigatewayBackendConfig.t() | nil }