abacusai.web_app_project ======================== .. py:module:: abacusai.web_app_project Classes ------- .. autoapisummary:: abacusai.web_app_project.WebAppProject Module Contents --------------- .. py:class:: WebAppProject(client, webAppProjectId=None, projectType=None, emailDomains={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Web app project (_describeWebAppProject). :param client: An authenticated API Client instance :type client: ApiClient :param webAppProjectId: The project ID :type webAppProjectId: id :param projectType: web_app | web_service | mobile_app :type projectType: str :param emailDomains: List of EmailDomain (custom domains and email status for this project) :type emailDomains: EmailDomain .. py:attribute:: web_app_project_id :value: None .. py:attribute:: project_type :value: None .. py:attribute:: email_domains .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict