Class OrganizationFirmwareUpgradesByDeviceItem
Organization Firmware Upgrades By Device Item.
[DataContract]
public class OrganizationFirmwareUpgradesByDeviceItem
- Inheritance
-
OrganizationFirmwareUpgradesByDeviceItem
- Inherited Members
Constructors
OrganizationFirmwareUpgradesByDeviceItem()
public OrganizationFirmwareUpgradesByDeviceItem()
Properties
CheckinFinishedAt
The time the device checkin finished
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "checkinFinishedAt")]
public DateTime CheckinFinishedAt { get; set; }
Property Value
CheckinStartedAt
The time the device checkin started
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "checkinStartedAt")]
public DateTime CheckinStartedAt { get; set; }
Property Value
DetailedStatus
The detailed status of the device upgrade
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "detailedStatus")]
public string DetailedStatus { get; set; }
Property Value
DeviceStatus
Status of the device upgrade
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceStatus")]
public string DeviceStatus { get; set; }
Property Value
DownloadFinishedAt
The time the device upgrade download finished
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downloadFinishedAt")]
public DateTime DownloadFinishedAt { get; set; }
Property Value
DownloadStartedAt
The time the device upgrade download started
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downloadStartedAt")]
public DateTime DownloadStartedAt { get; set; }
Property Value
DownloadStatus
The status of the device upgrade download
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downloadStatus")]
public string DownloadStatus { get; set; }
Property Value
InstallFinishedAt
The time the device upgrade install finished
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "installFinishedAt")]
public DateTime InstallFinishedAt { get; set; }
Property Value
InstallStartedAt
The time the device upgrade install started
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "installStartedAt")]
public DateTime InstallStartedAt { get; set; }
Property Value
InstallStatus
The status of the device upgrade install
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "installStatus")]
public string InstallStatus { get; set; }
Property Value
Name
Name assigned to the device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
Serial of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Upgrade
The devices upgrade details and status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upgrade")]
public OrganizationFirmwareUpgradesByDeviceItemUpgrade Upgrade { get; set; }
Property Value
VerifyFinishedAt
The time the device upgrade verification finished
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "verifyFinishedAt")]
public DateTime VerifyFinishedAt { get; set; }
Property Value
VerifyStartedAt
The time the device upgrade verification started
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "verifyStartedAt")]
public DateTime VerifyStartedAt { get; set; }
Property Value
VerifyStatus
The status of the device upgrade verification
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "verifyStatus")]
public string VerifyStatus { get; set; }