Module Values.FastResetTokenSource

A structure containing the fast reset token used to initiate a fast reset.

Sourcetype nonrec t = {
  1. token : String_.t option;
    (*

    A UUID generated by the database in the initiateDatabaseReset action, and then consumed by the performDatabaseReset to reset the database.

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