()
| 2609 | var TSOpenSessionReq_Configuration_DEFAULT map[string]string |
| 2610 | |
| 2611 | func (p *TSOpenSessionReq) GetConfiguration() map[string]string { |
| 2612 | return p.Configuration |
| 2613 | } |
| 2614 | func (p *TSOpenSessionReq) IsSetPassword() bool { |
| 2615 | return p.Password != nil |
| 2616 | } |