abacusai.web_app_development_cost

Classes

WebAppDevelopmentCost

Rough estimated build cost for a single web app project (_getWebAppProjectDevelopmentCost).

Module Contents

class abacusai.web_app_development_cost.WebAppDevelopmentCost(client, webAppProjectId=None, appCreationCost=None)

Bases: abacusai.return_class.AbstractApiClass

Rough estimated build cost for a single web app project (_getWebAppProjectDevelopmentCost).

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

  • webAppProjectId (id) – The project ID.

  • appCreationCost (float) – Rough estimated $ cost to build/iterate this app. Omitted from the response (the filter strips None) when the feature is disabled for the org.

web_app_project_id = None
app_creation_cost = None
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