()
| 4411 | } |
| 4412 | |
| 4413 | func (m *BackupRequest) GetDestination() string { |
| 4414 | if m != nil { |
| 4415 | return m.Destination |
| 4416 | } |
| 4417 | return "" |
| 4418 | } |
| 4419 | |
| 4420 | func (m *BackupRequest) GetAccessKey() string { |
| 4421 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected