()
| 4617 | } |
| 4618 | |
| 4619 | func (m *ExportRequest) GetFormat() string { |
| 4620 | if m != nil { |
| 4621 | return m.Format |
| 4622 | } |
| 4623 | return "" |
| 4624 | } |
| 4625 | |
| 4626 | func (m *ExportRequest) GetDestination() string { |
| 4627 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected