Values.MobileSdkReleaseSourceInformation for a release of the mobile SDK, including release notes and tags. The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.
type nonrec t = {releaseVersion : VersionKeyString.t option;The release version.
*)timestamp : Timestamp.t option;The timestamp of the release.
*)releaseNotes : ReleaseNotes.t option;Notes describing the release.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of VersionKeyString.t
| `Timestamp of Timestamp.t ])
list ]