()
| 2329 | } |
| 2330 | |
| 2331 | func (m *RestoreRequest) GetAccessKey() string { |
| 2332 | if m != nil { |
| 2333 | return m.AccessKey |
| 2334 | } |
| 2335 | return "" |
| 2336 | } |
| 2337 | |
| 2338 | func (m *RestoreRequest) GetSecretKey() string { |
| 2339 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected