class Comet::SelfBackupExportOptions

def clear

def clear
  @location = Comet::DestinationLocation.new
  @encryption_key = ''
  @encryption_key_format = 0
  @compression = 0
  @restrict_to_single_org_id = ''
  @index = 0
  @unknown_json_fields = {}
end