class Google::Apis::ServiceconsumermanagementV1beta1::Backend

`Backend` defines the backend configuration for a service.

Attributes

rules[RW]

A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow “last one wins” order. Corresponds to the JSON property `rules` @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::BackendRule>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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