Module Values.GetReadSetActivationJobRequestSource

Returns detailed information about the status of a read set activation job in JSON format.

Sourcetype nonrec t = {
  1. id : ActivationJobId.t;
    (*

    The job's ID.

    *)
  2. sequenceStoreId : SequenceStoreId.t;
    (*

    The job's sequence store ID.

    *)
}
Sourceval context_ : string
Sourceval make : id:ActivationJobId.t -> sequenceStoreId:SequenceStoreId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ActivationJobId.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