# File lib/fog/sakuracloud/dns.rb, line 39
        def self.data
          @data ||= Hash.new do |hash, key|
            hash[key] = {
              :notes => []
            }
          end
        end