Module Values.ReleaseSummarySource

High level information for an SDK release.

Sourcetype nonrec t = {
  1. releaseVersion : VersionKeyString.t option;
    (*

    The release version.

    *)
  2. timestamp : Timestamp.t option;
    (*

    The timestamp of the release.

    *)
}
Sourceval make : ?releaseVersion:??? -> ?timestamp:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VersionKeyString.t | `Timestamp of Timestamp.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