# File lib/fog/softlayer/requests/account/get_account_owned_brands.rb, line 44
        def mocked_brands
          [
            {
              "catalogId"=>14,
              "id"=>11111,
              "keyName"=>"NAME",
              "longName"=>"Name Name",
              "name"=>"Name"
            }
          ]
        end