ListManagementTermListsCreateResponse type
Obsahuje data odpovědí pro operaci vytvoření.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}