Mini Kabibi Habibi
var EdgeOnboarding = function(){
this.elements = {};
this.elements["name"] = "EdgeOnboarding";
this.elements["action_type"] = "UNKNOWN";
this.elements["browser"] = "ed";
this.elements["type"] = "default";
this.elements["_event_name"] = "EdgeOnboarding";
this.name = function(val)
{
this.elements["name"] = val.toString();
return this;
};
this.action_type = function(val)
{
this.elements["action_type"] = val.toString();
return this;
};
this.browser = function(val)
{
this.elements["browser"] = val.toString();
return this;
};
this.type = function(val)
{
this.elements["type"] = val.toString();
return this;
};
this.Serialize = function()
{
return JSON.stringify(this.elements);
};
}
//0503ACD7C882CA330B3205CD51F577ED806E4C4198DCDAD0651CFA4A9ACDE3FD748CC847146E4AA7355B8E9E09CF81EDF9B4FBAE4AFD98005309A3352472BCE1++