ListManagementTermListsCreateResponse type
Contains response data for the create operation.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}