()
| 2601 | } |
| 2602 | var TSOpenSessionReq_Password_DEFAULT string |
| 2603 | func (p *TSOpenSessionReq) GetPassword() string { |
| 2604 | if !p.IsSetPassword() { |
| 2605 | return TSOpenSessionReq_Password_DEFAULT |
| 2606 | } |
| 2607 | return *p.Password |
| 2608 | } |
| 2609 | var TSOpenSessionReq_Configuration_DEFAULT map[string]string |
| 2610 | |
| 2611 | func (p *TSOpenSessionReq) GetConfiguration() map[string]string { |
nothing calls this directly
no test coverage detected