DevicesGetDeviceClassDeviceIdsResponse type
包含 getDeviceClassDeviceIds作的响应数据。
type DevicesGetDeviceClassDeviceIdsResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}