Values.GetSolFunctionInstanceMetadataSourceThe metadata of a network function instance. A network function instance is a function in a function package .
type nonrec t = {createdAt : SyntheticTimestamp_date_time.t option;The date that the resource was created.
*)lastModified : SyntheticTimestamp_date_time.t option;The date that the resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list ]