ListManagementTermListsCreateResponse type
Berisi data respons untuk operasi pembuatan.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}