Object
This is the base class for all the struct types.
Empty constructor.
# File lib/ovirtsdk4/type.rb, line 53 def initialize(opts = {}) self.href = opts[:href] end