()
| 4631 | } |
| 4632 | |
| 4633 | func (m *ExportRequest) GetAccessKey() string { |
| 4634 | if m != nil { |
| 4635 | return m.AccessKey |
| 4636 | } |
| 4637 | return "" |
| 4638 | } |
| 4639 | |
| 4640 | func (m *ExportRequest) GetSecretKey() string { |
| 4641 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected