Builder method to set exported flag
(mut self, exported: bool)
| 206 | |
| 207 | /// Builder method to set exported flag |
| 208 | pub fn with_exported(mut self, exported: bool) -> Self { |
| 209 | self.exported = exported; |
| 210 | self |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | /// An entity with change information (for Change Request summaries) |
no outgoing calls