Interface AttributeRequest

AttributeRequest

interface AttributeRequest {
    default_value?: string;
    id?: number;
    input_type: InputTypeEnum;
    mutable: boolean;
    name: string;
    values: string[];
}

Properties

default_value?: string

AttributeRequest

id?: number

AttributeRequest

input_type: InputTypeEnum

AttributeRequest

mutable: boolean

AttributeRequest

name: string

AttributeRequest

values: string[]

AttributeRequest