Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 581 Bytes

File metadata and controls

20 lines (14 loc) · 581 Bytes

NutanixVmm::CommonV10ResponseApiLink

Properties

Name Type Description Notes
href String The URL at which the entity described by the link can be accessed. [optional]
rel String A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of "self" identifies the URL for the object. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::CommonV10ResponseApiLink.new(
  href: null,
  rel: null
)