Values.BatchGetAttributesMetadataInputSourceGets the attribute metadata.
type nonrec t = {domainIdentifier : DomainId.t;The domain ID where you want to get the attribute metadata.
*)entityType : AttributeEntityType.t;The entity type for which you want to get attribute metadata.
*)entityIdentifier : EntityId.t;The entity ID for which you want to get attribute metadata.
*)entityRevision : Revision.t option;The entity revision for which you want to get attribute metadata.
*)attributeIdentifiers : AttributesList.t;The attribute identifier.
*)}val make :
?entityRevision:??? ->
domainIdentifier:DomainId.t ->
entityType:AttributeEntityType.t ->
entityIdentifier:EntityId.t ->
attributeIdentifiers:AttributesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AttributeIdentifier.t ] list
| `String of DomainId.t ])
list ]