abacusai.web_app_domain
Classes
Web App Domain |
Module Contents
- class abacusai.web_app_domain.WebAppDomain(client, webAppDomainId=None, hostname=None, domainType=None, lifecycle=None, nameservers=None)
Bases:
abacusai.return_class.AbstractApiClass
Web App Domain
- Parameters:
client (ApiClient) – An authenticated API Client instance
webAppDomainId (id) – The ID of the web app domain
hostname (str) – The hostname of the web app domain
domainType (str) – The type of the web app domain
lifecycle (str) – The lifecycle of the web app domain
nameservers (list) – The nameservers of the web app domain
- web_app_domain_id = None
- hostname = None
- domain_type = None
- lifecycle = None
- nameservers = None
- deprecated_keys
- __repr__()