func()

in client/client.go [128:131]


func (s *HaQuery) SetCustomQuery(v map[string]*string) *HaQuery {
	s.CustomQuery = v
	return s
}