Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.19 KB

File metadata and controls

35 lines (26 loc) · 1.19 KB

MenuElementEditResponse

Properties

Name Type Description Notes
sectionName String Section name [optional]
itemName String Item name [optional]
optionSetName String Option Set name [optional]
optionSetItemName String Element name [optional]
menuElementId Integer Holds the information for the A and CNAME Records of a domain. [optional]
menuElementType MenuElementTypeEnum Type of menu element [optional]
validationCode ValidationCodeEnum Validation message for menu element issue [optional]

Enum: MenuElementTypeEnum

Name Value
ITEM "Item"
OPTIONSETITEM "OptionSetItem"

Enum: ValidationCodeEnum

Name Value
SUCCESS "Success"
MINIMUMCOUNTVIOLATION "MinimumCountViolation"
MASTEROPTIONSETVIOLATION "MasterOptionSetViolation"
INCORRECTELEMENTTYPEINMENU "IncorrectElementTypeInMenu"
DBFAILED "DBFailed"