class Google::Apis::ApigatewayV1beta::ApigatewayGatewayConfig

Configuration settings for Gateways.

Attributes

backend_config[RW]

Configuration for all backends. Corresponds to the JSON property `backendConfig` @return [Google::Apis::ApigatewayV1beta::ApigatewayBackendConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigateway_v1beta/classes.rb, line 577
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigateway_v1beta/classes.rb, line 582
def update!(**args)
  @backend_config = args[:backend_config] if args.key?(:backend_config)
end