GetApplicationTypeInfoListResponse type
getApplicationTypeInfoList 操作の応答データを格納します。
type GetApplicationTypeInfoListResponse = PagedApplicationTypeInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedApplicationTypeInfoList
}
}