Struct fastly_api::apis::waf_firewalls_api::UpdateWafFirewallParams
source · pub struct UpdateWafFirewallParams {
pub firewall_id: String,
pub waf_firewall: Option<WafFirewall>,
}Expand description
struct for passing parameters to the method update_waf_firewall
Fields§
§firewall_id: StringAlphanumeric string identifying a WAF Firewall.
waf_firewall: Option<WafFirewall>Trait Implementations§
source§impl Clone for UpdateWafFirewallParams
impl Clone for UpdateWafFirewallParams
source§fn clone(&self) -> UpdateWafFirewallParams
fn clone(&self) -> UpdateWafFirewallParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateWafFirewallParams
impl Debug for UpdateWafFirewallParams
source§impl Default for UpdateWafFirewallParams
impl Default for UpdateWafFirewallParams
source§fn default() -> UpdateWafFirewallParams
fn default() -> UpdateWafFirewallParams
Returns the “default value” for a type. Read more