func()

in client/client.go [152:155]


func (s *HaQueryconfigClause) SetStart(v string) *HaQueryconfigClause {
	s.Start = &v
	return s
}