| MessageResponse | The Message Response contains all of the standard fields returned in a Scopos Rest API call, including Message and NextToken (if used). What it doesn't contain is the requested data model object. |
| NamespaceGroupDoc | |
| ResponseT | Abstract class representing all Rest API Responses. A concret implementation of a Response class should coorespond to exactly one REST API method call. T is the type of data object expected returned by the REST API call. |