class Comet::SearchSnapshotsResponse

def clear

def clear
  @status = 0
  @message = ''
  @snapshot_files = {}
  @unknown_json_fields = {}
end