Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

File metadata and controls

20 lines (14 loc) · 426 Bytes

NutanixVmm::CommonV10ConfigKVPair

Properties

Name Type Description Notes
name String The key of the key-value pair. [optional]
value CommonV10ConfigKVPairValue [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::CommonV10ConfigKVPair.new(
  name: null,
  value: null
)