()
| 4645 | } |
| 4646 | |
| 4647 | func (m *ExportRequest) GetSessionToken() string { |
| 4648 | if m != nil { |
| 4649 | return m.SessionToken |
| 4650 | } |
| 4651 | return "" |
| 4652 | } |
| 4653 | |
| 4654 | func (m *ExportRequest) GetAnonymous() bool { |
| 4655 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected