This module is a mixin that contains the methods common to struct and list types.
Returns the value of the `href` attribute.
@return [String]
# File lib/ovirtsdk4/type.rb, line 29 def href return @href end
Sets the value of the `href` attribute.
@param value [String]
# File lib/ovirtsdk4/type.rb, line 38 def href=(value) @href = value end