Values.GetReportMetadataRequestSourceGet the metadata for a single report.
type nonrec t = {reportId : ReportId.t;Unique resource ID for the report resource.
*)reportVersion : VersionAttribute.t option;Version for the report resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of VersionAttribute.t | `String of ReportId.t ]) list ]