Module Values.ModifyReportDefinitionRequestSource

Allows you to programmatically update your report preferences.

Sourcetype nonrec t = {
  1. reportName : ReportName.t;
  2. reportDefinition : ReportDefinition.t;
}
Sourceval context_ : string
Sourceval make : reportName:ReportName.t -> reportDefinition:ReportDefinition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ReportName.t | `Structure of (string * [> `Boolean of RefreshClosedReports.t | `Enum of string | `List of [> `Enum of string ] list | `String of ReportName.t | `Structure of (string * [> `Enum of string | `String of LastDelivery.t ]) list ]) list ]) 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