class Google::Apis::AppengineV1beta::BatchUpdateIngressRulesResponse
Response message for Firewall.UpdateAllIngressRules.
Attributes
ingress_rules[RW]
The full list of ingress FirewallRules for this application. Corresponds to the JSON property `ingressRules` @return [Array<Google::Apis::AppengineV1beta::FirewallRule>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/appengine_v1beta/classes.rb, line 491 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/appengine_v1beta/classes.rb, line 496 def update!(**args) @ingress_rules = args[:ingress_rules] if args.key?(:ingress_rules) end