SetID configures the id for the rule.
(id ValueString)
| 260 | |
| 261 | // SetID configures the id for the rule. |
| 262 | func (r *Rule) SetID(id ValueString) { |
| 263 | r.id = &id |
| 264 | } |
| 265 | |
| 266 | // SetDescription configures the description for the rule. |
| 267 | func (r *Rule) SetDescription(desc ValueString) { |