Values.GetSolFunctionPackageMetadataSourceMetadata related to the function package. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
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.
*)vnfd : FunctionArtifactMeta.t option;Metadata related to the function package descriptor of the function package.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]