func()

in client/client.go [232:235]


func (s *HaQueryAggregateClause) SetRange(v string) *HaQueryAggregateClause {
	s.Range = &v
	return s
}