Values.AssetScopeSourceThe asset scope.
type nonrec t = {assetId : AssetId.t option;The asset ID of the asset scope.
*)filterIds : FilterIds.t option;The filter IDs of the asset scope.
*)status : String_.t option;The status of the asset scope.
*)errorMessage : String_.t option;The error message of the asset scope.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FilterId.t ] list | `String of AssetId.t ])
list ]