()
| 17262 | } |
| 17263 | var TSQueryTemplateResp_Count_DEFAULT int32 |
| 17264 | func (p *TSQueryTemplateResp) GetCount() int32 { |
| 17265 | if !p.IsSetCount() { |
| 17266 | return TSQueryTemplateResp_Count_DEFAULT |
| 17267 | } |
| 17268 | return *p.Count |
| 17269 | } |
| 17270 | var TSQueryTemplateResp_Measurements_DEFAULT []string |
| 17271 | |
| 17272 | func (p *TSQueryTemplateResp) GetMeasurements() []string { |
nothing calls this directly
no test coverage detected