DearInventoryRuby::Bin Properties Name Type Description Notes id String Unique ID [optional] name String Name of `Bin` [optional] Code Sample require 'DearInventoryRuby' instance = DearInventoryRuby::Bin.new(id: nil, name: nil)