Module Values.BatchGetAttributesMetadataInputSource

Gets the attribute metadata.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The domain ID where you want to get the attribute metadata.

    *)
  2. entityType : AttributeEntityType.t;
    (*

    The entity type for which you want to get attribute metadata.

    *)
  3. entityIdentifier : EntityId.t;
    (*

    The entity ID for which you want to get attribute metadata.

    *)
  4. entityRevision : Revision.t option;
    (*

    The entity revision for which you want to get attribute metadata.

    *)
  5. attributeIdentifiers : AttributesList.t;
    (*

    The attribute identifier.

    *)
}
Sourceval context_ : string
Sourceval make : ?entityRevision:??? -> domainIdentifier:DomainId.t -> entityType:AttributeEntityType.t -> entityIdentifier:EntityId.t -> attributeIdentifiers:AttributesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of AttributeIdentifier.t ] list | `String of DomainId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t