()
| 4425 | } |
| 4426 | |
| 4427 | func (m *BackupRequest) GetSecretKey() string { |
| 4428 | if m != nil { |
| 4429 | return m.SecretKey |
| 4430 | } |
| 4431 | return "" |
| 4432 | } |
| 4433 | |
| 4434 | func (m *BackupRequest) GetSessionToken() string { |
| 4435 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected