Module Values.GetReportRequestSource

Get the content for a single report.

Sourcetype nonrec t = {
  1. reportId : ReportId.t;
    (*

    Unique resource ID for the report resource.

    *)
  2. reportVersion : VersionAttribute.t option;
    (*

    Version for the report resource.

    *)
  3. termToken : ShortStringAttribute.t;
    (*

    Unique download token provided by GetTermForReport API.

    *)
}
Sourceval context_ : string
Sourceval make : ?reportVersion:??? -> reportId:ReportId.t -> termToken:ShortStringAttribute.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of VersionAttribute.t | `String of ReportId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t