Values.ReportSummarySourceSummary for report resource.
type nonrec t = {id : ReportId.t option;Unique resource ID for the report resource.
*)name : ShortStringAttribute.t option;Name for the report resource.
*)state : PublishedState.t option;Current state of the report resource.
*)arn : LongStringAttribute.t option;ARN for the report resource.
*)version : VersionAttribute.t option;Version for the report resource.
*)uploadState : UploadState.t option;The current state of the document upload.
*)description : LongStringAttribute.t option;Description for the report resource.
*)periodStart : TimestampAttribute.t option;Timestamp indicating the report resource effective start.
*)periodEnd : TimestampAttribute.t option;Timestamp indicating the report resource effective end.
*)series : ShortStringAttribute.t option;Series for the report resource.
*)category : ShortStringAttribute.t option;Category for the report resource.
*)companyName : ShortStringAttribute.t option;Associated company name for the report resource.
*)productName : ShortStringAttribute.t option;Associated product name for the report resource.
*)statusMessage : StatusMessage.t option;The message associated with the current upload state.
*)acceptanceType : AcceptanceType.t option;Acceptance type for report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of VersionAttribute.t
| `String of ReportId.t
| `Timestamp of TimestampAttribute.t ])
list ]