GetLabel returns the Label field.
()
| 40272 | |
| 40273 | // GetLabel returns the Label field. |
| 40274 | func (t *Timeline) GetLabel() *Label { |
| 40275 | if t == nil { |
| 40276 | return nil |
| 40277 | } |
| 40278 | return t.Label |
| 40279 | } |
| 40280 | |
| 40281 | // GetMessage returns the Message field if it's non-nil, zero value otherwise. |
| 40282 | func (t *Timeline) GetMessage() string { |
no outgoing calls