Unifapi::Music Properties Name Type Description Notes id String Music id (string form to preserve precision) title String author String is_original Boolean Example require 'unifapi' instance = Unifapi::Music.new( id: null, title: null, author: null, is_original: null )