()
| 1829 | } |
| 1830 | |
| 1831 | func (x *IssueComment) GetIssueUpdate() *IssueComment_IssueUpdate { |
| 1832 | if x != nil { |
| 1833 | if x, ok := x.Event.(*IssueComment_IssueUpdate_); ok { |
| 1834 | return x.IssueUpdate |
| 1835 | } |
| 1836 | } |
| 1837 | return nil |
| 1838 | } |
| 1839 | |
| 1840 | func (x *IssueComment) GetPlanUpdate() *IssueComment_PlanUpdate { |
| 1841 | if x != nil { |