def __init__()

in ossdbtoolsservice/disaster_recovery/contracts/backup.py [0:0]


    def __init__(self):
        self.type: BackupType = None
        self.path: str = None
        self.jobs: int = None
        self.compress: int = None
        self.data_only: bool = None
        self.blobs: bool = None
        self.clean: bool = None
        self.create: bool = None
        self.encoding: str = None
        self.schema: str = None
        self.exclude_schema: str = None
        self.oids: bool = None
        self.no_owner: bool = None
        self.schema_only: bool = None
        self.superuser: str = None
        self.table: str = None
        self.exclude_table: str = None
        self.no_privileges: bool = None
        self.column_inserts: bool = None
        self.disable_dollar_quoting: bool = None
        self.disable_triggers: bool = None
        self.enable_row_security: bool = None
        self.exclude_table_data: str = None
        self.if_exists: bool = None
        self.inserts: bool = None
        self.no_security_labels: bool = None
        self.no_synchronized_snapshots: bool = None
        self.no_tablespaces: bool = None
        self.no_unlogged_table_data: bool = None
        self.quote_all_identifiers: bool = None
        self.section: str = None
        self.serializable_deferrable: bool = None
        self.snapshot: str = None
        self.strict_names: bool = None
        self.use_set_session_authorization: bool = None