Module Values.ChannelEngineVersionResponseSource

Placeholder documentation for ChannelEngineVersionResponse

Sourcetype nonrec t = {
  1. expirationDate : string option;
    (*

    The UTC time when the version expires.

    *)
  2. version : string option;
    (*

    The build identifier for this version of the channel version.

    *)
}
Sourceval make : ?expirationDate:??? -> ?version:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Timestamp of string ]) 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