# File lib/fog/rackspace/models/monitoring/notification.rb, line 14 def params options = { 'label' => label, 'details' => details, 'type' => type, } options.reject {|key, value| value.nil?} end