Module Values.GetAssignmentResponseSource

The GetAssignment operation retrieves the details of the specified Assignment.

Sourcetype nonrec t = {
  1. assignment : Assignment.t option;
    (*

    The assignment. The response includes one Assignment element.

    *)
  2. hIT : HIT.t option;
    (*

    The HIT associated with this assignment. The response includes one HIT element.

    *)
}
Sourcetype nonrec error = [
  1. | `RequestError of RequestError.t
  2. | `ServiceFault of ServiceFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?assignment:??? -> ?hIT:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `RequestError of RequestError.t | `ServiceFault of ServiceFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `RequestError of RequestError.t | `ServiceFault of ServiceFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Integer of Integer.t | `Structure of (string * [> `String of CountryParameters.t ]) list ] list | `String of String_.t ]) list ] list | `Long of Long.t | `String of EntityId.t | `Timestamp of Timestamp.t ]) list ]) 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