Interface TallyPayloadMultiSelectDTO

interface TallyPayloadMultiSelectDTO {
    columnListUuid?: string;
    columnRatio?: number;
    columnUuid?: string;
    defaultAnswer?: TallyPayloadDefaultAnswerDTO;
    hasDefaultAnswer?: boolean;
    hasMaxChoices?: boolean;
    hasMinChoices?: boolean;
    isHidden?: boolean;
    isRequired?: boolean;
    maxChoices?: number;
    minChoices?: number;
    name?: string;
}

Hierarchy (View Summary)

Properties

columnListUuid?: string
columnRatio?: number
columnUuid?: string
hasDefaultAnswer?: boolean
hasMaxChoices?: boolean
hasMinChoices?: boolean
isHidden?: boolean
isRequired?: boolean
maxChoices?: number
minChoices?: number
name?: string