Values.CreateReportGroupInputSourceCreates a report group. A report group contains a collection of reports.
type nonrec t = {name : ReportGroupName.t;The name of the report group.
*)type_ : ReportType.t;The type of report group.
*)exportConfig : ReportExportConfig.t;A ReportExportConfig object that contains information about where the report group test results are exported.
*)}val make :
?tags:??? ->
name:ReportGroupName.t ->
type_:ReportType.t ->
exportConfig:ReportExportConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of KeyInput.t ]) list ] list
| `String of ReportGroupName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of NonEmptyString.t ])
list ])
list ])
list ]