UpdatesGetNamesResponse type
包含 getNames 作業的回應資料。
type UpdatesGetNamesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}
包含 getNames 作業的回應資料。
type UpdatesGetNamesResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}