data class GetAttributesResponse
Response type for the DOMDomain.getAttributes command.
<init> |
Response type for the DOMDomain.getAttributes command. GetAttributesResponse(attributes: List<String>) |
attributes |
An interleaved array of node attribute names and values. val attributes: List<String> |