()
| 4432 | } |
| 4433 | |
| 4434 | func (m *BackupRequest) GetSessionToken() string { |
| 4435 | if m != nil { |
| 4436 | return m.SessionToken |
| 4437 | } |
| 4438 | return "" |
| 4439 | } |
| 4440 | |
| 4441 | func (m *BackupRequest) GetAnonymous() bool { |
| 4442 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected