data class CollectClassNamesResponse
Response type for the CSSDomain.collectClassNames command.
<init> |
Response type for the CSSDomain.collectClassNames command. CollectClassNamesResponse(classNames: List<String>) |
classNames |
Class name list. val classNames: List<String> |