@JsonClass(true) data class GroupAttribute
GroupAttributeValue |
data class GroupAttributeValue |
<init> |
GroupAttribute(index: Int, values: Map<String, GroupAttributeValue>) |
index |
val index: Int |
values |
val values: Map<String, GroupAttributeValue> |