| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The key of the key-value pair. | [optional] |
| value | CommonV10ConfigKVPairValue | [optional] |
require 'nutanix_vmm'
instance = NutanixVmm::CommonV10ConfigKVPair.new(
name: null,
value: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The key of the key-value pair. | [optional] |
| value | CommonV10ConfigKVPairValue | [optional] |
require 'nutanix_vmm'
instance = NutanixVmm::CommonV10ConfigKVPair.new(
name: null,
value: null
)