View Source GoogleApi.AppEngine.V1.Model.BatchUpdateIngressRulesRequest (google_api_app_engine v0.42.0)
Request message for Firewall.BatchUpdateIngressRules.
Attributes
-
ingressRules
(type:list(GoogleApi.AppEngine.V1.Model.FirewallRule.t)
, default:nil
) - A list of FirewallRules to replace the existing set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.BatchUpdateIngressRulesRequest{ ingressRules: [GoogleApi.AppEngine.V1.Model.FirewallRule.t()] | nil }