()
| 2343 | } |
| 2344 | |
| 2345 | func (m *RestoreRequest) GetSessionToken() string { |
| 2346 | if m != nil { |
| 2347 | return m.SessionToken |
| 2348 | } |
| 2349 | return "" |
| 2350 | } |
| 2351 | |
| 2352 | func (m *RestoreRequest) GetAnonymous() bool { |
| 2353 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected