()
| 32592 | |
| 32593 | var IClientRPCServiceDeleteTimeseriesResult_Success_DEFAULT *common.TSStatus |
| 32594 | func (p *IClientRPCServiceDeleteTimeseriesResult) GetSuccess() *common.TSStatus { |
| 32595 | if !p.IsSetSuccess() { |
| 32596 | return IClientRPCServiceDeleteTimeseriesResult_Success_DEFAULT |
| 32597 | } |
| 32598 | return p.Success |
| 32599 | } |
| 32600 | func (p *IClientRPCServiceDeleteTimeseriesResult) IsSetSuccess() bool { |
| 32601 | return p.Success != nil |
| 32602 | } |
no test coverage detected