func()

in client/client.go [187:190]


func (s *HaQuerySortClause) SetSortKey(v string) *HaQuerySortClause {
	s.SortKey = &v
	return s
}