Device interface

디바이스 메타데이터.

속성

deploymentStatus

마지막 배포에서 디바이스의 상태입니다.

deviceClassId

디바이스 클래스 ID.

deviceId

디바이스 ID.

groupId

디바이스 그룹 ID.

installedUpdateId

ID를 업데이트합니다.

lastAttemptedUpdateId

ID를 업데이트합니다.

lastDeploymentId

디바이스에 마지막으로 배포하기 위한 배포 식별자

manufacturer

디바이스 제조업체

model

디바이스 모델

onLatestUpdate

디바이스에 최신 업데이트가 설치되어 있는지 여부를 나타내는 부울 플래그

속성 세부 정보

deploymentStatus

마지막 배포에서 디바이스의 상태입니다.

deploymentStatus?: string

속성 값

string

deviceClassId

디바이스 클래스 ID.

deviceClassId: string

속성 값

string

deviceId

디바이스 ID.

deviceId: string

속성 값

string

groupId

디바이스 그룹 ID.

groupId?: string

속성 값

string

installedUpdateId

ID를 업데이트합니다.

installedUpdateId?: null | UpdateId

속성 값

null | UpdateId

lastAttemptedUpdateId

ID를 업데이트합니다.

lastAttemptedUpdateId?: null | UpdateId

속성 값

null | UpdateId

lastDeploymentId

디바이스에 마지막으로 배포하기 위한 배포 식별자

lastDeploymentId?: string

속성 값

string

manufacturer

디바이스 제조업체

manufacturer: string

속성 값

string

model

디바이스 모델

model: string

속성 값

string

onLatestUpdate

디바이스에 최신 업데이트가 설치되어 있는지 여부를 나타내는 부울 플래그

onLatestUpdate: boolean

속성 값

boolean