io.github.wistefan.mapping.NgsiLdAttribute Maven / Gradle / Ivy
package io.github.wistefan.mapping;
import java.util.List;
public record NgsiLdAttribute(List path, QueryAttributeType type) {
}
package io.github.wistefan.mapping;
import java.util.List;
public record NgsiLdAttribute(List path, QueryAttributeType type) {
}