func()

in client/client.go [157:160]


func (s *HaQueryconfigClause) SetHit(v string) *HaQueryconfigClause {
	s.Hit = &v
	return s
}