abacusai.web_app_project

Classes

WebAppProject

Web app project (_describeWebAppProject).

Module Contents

class abacusai.web_app_project.WebAppProject(client, webAppProjectId=None, projectType=None, emailDomains={})

Bases: abacusai.return_class.AbstractApiClass

Web app project (_describeWebAppProject).

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • webAppProjectId (id) – The project ID

  • projectType (str) – web_app | web_service | mobile_app

  • emailDomains (EmailDomain) – List of EmailDomain (custom domains and email status for this project)

web_app_project_id = None
project_type = None
email_domains
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict