()
| 4624 | } |
| 4625 | |
| 4626 | func (m *ExportRequest) GetDestination() string { |
| 4627 | if m != nil { |
| 4628 | return m.Destination |
| 4629 | } |
| 4630 | return "" |
| 4631 | } |
| 4632 | |
| 4633 | func (m *ExportRequest) GetAccessKey() string { |
| 4634 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected