interface JAttribute {
    id: string;
    indexed: boolean;
    name: string;
    title: JMultiLocaleTranslationValue;
    type: JAttributeType;
    valueDomain?: JValueDomain;
}

Properties

id: string
indexed: boolean
name: string
valueDomain?: JValueDomain