# File lib/fog/softlayer/requests/account/create_brand.rb, line 35
        def create_brand(attributes)
          request(:brand, :create_object, :body => attributes, :http_method => :POST)
        end