ListManagementTermListsCreateResponse type
Contém dados de resposta para a operação de criação.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}