DevicesGetUpdateComplianceResponse type

getUpdateCompliance 操作の応答データを格納します。

type DevicesGetUpdateComplianceResponse = UpdateCompliance & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: UpdateCompliance
  }
}