()
| 2336 | } |
| 2337 | |
| 2338 | func (m *RestoreRequest) GetSecretKey() string { |
| 2339 | if m != nil { |
| 2340 | return m.SecretKey |
| 2341 | } |
| 2342 | return "" |
| 2343 | } |
| 2344 | |
| 2345 | func (m *RestoreRequest) GetSessionToken() string { |
| 2346 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected