()
| 4418 | } |
| 4419 | |
| 4420 | func (m *BackupRequest) GetAccessKey() string { |
| 4421 | if m != nil { |
| 4422 | return m.AccessKey |
| 4423 | } |
| 4424 | return "" |
| 4425 | } |
| 4426 | |
| 4427 | func (m *BackupRequest) GetSecretKey() string { |
| 4428 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected