ListManagementTermListsCreateResponse type
Содержит данные ответа для операции создания.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}