Values.UpdateNsMetadataSourceMetadata related to the configuration properties used during update of a network instance.
type nonrec t = {additionalParamsForNs : Document.t option;The configurable properties used during update.
*)nsdInfoId : NsdInfoId.t option;The network service descriptor used for updating the network instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NsdInfoId.t | `Structure of 'a list ]) list ]