class Comet::DispatcherVaultSnapshotsResponse

def clear

def clear
  @status = 0
  @message = ''
  @snapshots = []
  @unknown_json_fields = {}
end