class Comet::UpdateCampaignStatusDeviceEntry

def clear

def clear
  @username = ''
  @device_id = ''
  @status = 0
  @unknown_json_fields = {}
end