EndUser#

class EndUser(user_name=None, login_id=None, job_title=None, company_name=None, *args, **kwargs)#

Bases: object

Model containing the EULA User Details attributes.

Parameters:
  • user_name (required max=50 chars) – (user_name) User name of the user accepting the EULA.

  • login_id (required max=50 chars) – (login_id) Login ID of the user accepting the EULA.

  • job_title (required max=50 chars) – (job_title) Job title of the user accepting the EULA.

  • company_name (required max=100 chars) – (company_name) Company name of the user accepting the EULA.

property company_name#

Company name of the user accepting the EULA.

Type:

str

property job_title#

Job title of the user accepting the EULA.

Type:

str

property login_id#

Login ID of the user accepting the EULA.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property user_name#

User name of the user accepting the EULA.

Type:

str