abacusai.hostname_info ====================== .. py:module:: abacusai.hostname_info Classes ------- .. autoapisummary:: abacusai.hostname_info.HostnameInfo Module Contents --------------- .. py:class:: HostnameInfo(client, isRootDomain=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 .. py:attribute:: is_root_domain :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