SetID configures the id for the rule.
(id ValueString)
| 219 | |
| 220 | // SetID configures the id for the rule. |
| 221 | func (r *Rule) SetID(id ValueString) { |
| 222 | r.id = &id |
| 223 | } |
| 224 | |
| 225 | // SetDescription configures the description for the rule. |
| 226 | func (r *Rule) SetDescription(desc ValueString) { |