# File lib/fog/shared_file_system/openstack/requests/list_snapshots_detail.rb, line 16
        def list_snapshots_detail(_options = {})
          response = Excon::Response.new
          response.status = 200
          response.body = {'snapshots' => data[:snapshots_detail]}
          response
        end