Interface GetAttributesResponse

interface GetAttributesResponse {
    attributes: AttributeUsed[];
}

Properties

Properties

attributes: AttributeUsed[]