Values.RuleScopeSourceThe scope of a rule.
type nonrec t = {assetType : AssetTypesForRule.t option;The asset type included in the rule scope.
*)dataProduct : Boolean.t option;The data product included in the rule scope.
*)project : ProjectsForRule.t option;The project included in the rule scope.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of AssetTypeIdentifier.t ] list ])
list ])
list ]