ListManagementTermListsCreateResponse type
Contiene datos de respuesta para la operación de creación.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}