Values.AssetRevisionSourceThe revision of an inventory asset.
type nonrec t = {domainId : DomainId.t option;The Amazon DataZone user who created the inventory asset.
*)id : AssetId.t option;The identifier of the inventory asset revision.
*)revision : Revision.t option;The revision details of the inventory asset.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the asset revision.
*)createdAt : CreatedAt.t option;The timestamp of when an inventory asset revison was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DomainId.t | `Timestamp of CreatedAt.t ]) list ]