DevicesGetUpdateComplianceResponse type
Contains response data for the getUpdateCompliance operation.
type DevicesGetUpdateComplianceResponse = UpdateCompliance & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: UpdateCompliance
}
}