Alias for +to_hash+.
# File lib/rbvmomi/vim/ObjectUpdate.rb, line 9 def [](k) to_hash[k] end
Represent this ObjectUpdate as a hash. @return [Hash] A hash from property paths to values.
# File lib/rbvmomi/vim/ObjectUpdate.rb, line 4 def to_hash @cached_hash ||= to_hash_uncached end