abacusai.hostname_info
======================

.. py:module:: abacusai.hostname_info


Classes
-------

.. autoapisummary::

   abacusai.hostname_info.HostnameInfo


Module Contents
---------------

.. py:class:: HostnameInfo(client, isRootDomain=None, registrar=None, suggestedFlow=None, isAutomaticFlowAvailable=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Hostname Info

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param isRootDomain: Whether the hostname is a root domain
   :type isRootDomain: bool
   :param registrar: The registrar of the domain
   :type registrar: str
   :param suggestedFlow: Suggested flow for the domain
   :type suggestedFlow: str
   :param isAutomaticFlowAvailable: Whether entri is supported for the domain
   :type isAutomaticFlowAvailable: bool


   .. py:attribute:: is_root_domain
      :value: None



   .. py:attribute:: registrar
      :value: None



   .. py:attribute:: suggested_flow
      :value: None



   .. py:attribute:: is_automatic_flow_available
      :value: None



   .. 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



