DeploymentsGetDeploymentDevicesNextResponse type
Contient les données de réponse pour l’opération getDeploymentDevicesNext.
type DeploymentsGetDeploymentDevicesNextResponse =
PageableListOfDeploymentDeviceStates & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfDeploymentDeviceStates
}
}