// MVDataRoot
class NewSettingsDefinition_t
{
public:
    // MPropertyDescription = unique integer ID of this new setting
    // MVDataUniqueMonotonicInt = _editor/next_new_setting_id
    // MPropertyAttributeEditor = locked_int()
    NewSettingsID_t m_nID;
private:
    uint8 pad_0008[8];
public:
    CUtlString m_sTitle;
    CUtlString m_sDescription;
    CPanoramaImageName sIcon;
    CUtlString m_sCreationDate;
private:
    uint8 pad_0038[4];
public:
    ENewSettingsBadge m_eNewSettingsBadge;
};

KV3 Class Defaults

{
    m_nID = 0
    m_sTitle = ""
    m_sDescription = ""
    sIcon = panorama:""
    m_sCreationDate = ""
    m_eNewSettingsBadge = "New"
}