ListManagementTermListsGetAllTermListsResponse type
getAllTermLists 操作の応答データを格納します。
type ListManagementTermListsGetAllTermListsResponse = TermList[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TermList[]
}
}