Values.AppMonitorSummarySourceA structure that includes some data about app monitors and their settings.
type nonrec t = {name : AppMonitorName.t option;The name of this app monitor.
*)id : AppMonitorId.t option;The unique ID of this app monitor.
*)created : ISOTimestampString.t option;The date and time that the app monitor was created.
*)lastModified : ISOTimestampString.t option;The date and time of the most recent changes to this app monitor's configuration.
*)state : StateEnum.t option;The current state of this app monitor.
*)platform : AppMonitorPlatform.t option;The platform type for this app monitor. Valid values are Web for web applications, Android for Android applications, and iOS for IOS applications.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AppMonitorName.t ]) list ]