class Comet::RestoreJobAdvancedOptions
def clear
def clear @type = 0 @dest_path = '' @exact_dest_paths = [] @archive_format = 0 @office_365credential = Comet::Office365Credential.new @username = '' @password = '' @host = '' @port = '' @ssl_ca_file = '' @ssl_crt_file = '' @ssl_key_file = '' @ms_sql_connection = Comet::MSSQLLoginArgs.new @unknown_json_fields = {} end