abacusai.hosted_database_snapshot ================================= .. py:module:: abacusai.hosted_database_snapshot Classes ------- .. autoapisummary:: abacusai.hosted_database_snapshot.HostedDatabaseSnapshot Module Contents --------------- .. py:class:: HostedDatabaseSnapshot(client, hostedDatabaseSnapshotId=None, srcHostedDatabaseId=None, createdAt=None, updatedAt=None, lifecycle=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Hosted Database Snapshot :param client: An authenticated API Client instance :type client: ApiClient :param hostedDatabaseSnapshotId: The ID of the hosted database snapshot :type hostedDatabaseSnapshotId: id :param srcHostedDatabaseId: The ID of the source hosted database :type srcHostedDatabaseId: id :param createdAt: The creation timestamp :type createdAt: str :param updatedAt: The last update timestamp :type updatedAt: str :param lifecycle: The lifecycle of the hosted database snapshot :type lifecycle: str .. py:attribute:: hosted_database_snapshot_id :value: None .. py:attribute:: src_hosted_database_id :value: None .. py:attribute:: created_at :value: None .. py:attribute:: updated_at :value: None .. py:attribute:: lifecycle :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