Values.GetAssignmentResponseSourceThe GetAssignment operation retrieves the details of the specified Assignment.
type nonrec t = {assignment : Assignment.t option;The assignment. The response includes one Assignment element.
*)hIT : HIT.t option;The HIT associated with this assignment. The response includes one HIT element.
*)}type nonrec error = [ | `RequestError of RequestError.t| `ServiceFault of ServiceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RequestError of RequestError.t
| `ServiceFault of ServiceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RequestError of RequestError.t
| `ServiceFault of ServiceFault.t
| `Unknown_operation_error of string * string option ]val 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 ]