Values.TaskRunManifestPropertiesRequestSourceThe output manifest properties reported by the worker agent for a completed task run.
type nonrec t = {outputManifestPath : TaskRunManifestPropertiesRequestOutputManifestPathString.t
option;The manifest file path.
*)outputManifestHash : TaskRunManifestPropertiesRequestOutputManifestHashString.t
option;The hash value of the file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of
TaskRunManifestPropertiesRequestOutputManifestPathString.t ])
list ]