WebAppApiKey
A web app and the LLM API key bound to it.
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
webAppProjectId (id) – The ID of the web app project (the logical app).
apiKeyId (id) – The ID of the LLM API key bound to the app.
hostname (str) – A hostname the app is served on.
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict