Values.ArtifactMetadataItemSourceContains metadata about an artifact.
type nonrec t = {agentSpaceId : AgentSpaceId.t option;The unique identifier of the agent space that contains the artifact.
*)artifactId : ArtifactId.t option;The unique identifier of the artifact.
*)fileName : String_.t option;The file name of the artifact.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the artifact was last updated, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AgentSpaceId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]