Struct fastly_api::apis::waf_rules_api::GetWafRuleParams
source · Expand description
struct for passing parameters to the method get_waf_rule
Fields§
§waf_rule_id: String
Alphanumeric string identifying a WAF rule.
include: Option<String>
Include relationships. Optional, comma-separated values. Permitted values: waf_tags
and waf_rule_revisions
.
Trait Implementations§
source§impl Clone for GetWafRuleParams
impl Clone for GetWafRuleParams
source§fn clone(&self) -> GetWafRuleParams
fn clone(&self) -> GetWafRuleParams
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 GetWafRuleParams
impl Debug for GetWafRuleParams
source§impl Default for GetWafRuleParams
impl Default for GetWafRuleParams
source§fn default() -> GetWafRuleParams
fn default() -> GetWafRuleParams
Returns the “default value” for a type. Read more