Values.ModifyVnfInfoMetadataSourceMetadata related to the configuration properties used during update of a specific network function in a network instance.
type nonrec t = {vnfConfigurableProperties : Document.t option;The configurable properties used during update of the network function instance.
*)vnfInstanceId : VnfInstanceId.t option;The network function instance that was updated in the network instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of VnfInstanceId.t | `Structure of 'a list ]) list ]