Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 361 Bytes

File metadata and controls

18 lines (12 loc) · 361 Bytes

NutanixVmm::CommonV10ConfigMapOfStringWrapper

Properties

Name Type Description Notes
map Hash<String, String> A map with string keys and values. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::CommonV10ConfigMapOfStringWrapper.new(
  map: null
)