qol: formatting
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class ComputerSystem
|
||||
{
|
||||
public string ChassisSKUNumber { get; set; }
|
||||
public short? CurrentTimeZone { get; set;}
|
||||
public short? CurrentTimeZone { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string[] OEMStringArray { get; set; }
|
||||
public string PCSystemType { get; set; }
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Disco.Models.ClientServices.EnrolmentInformation
|
||||
public string WlanStatus { get; set; }
|
||||
public bool NetEnabled { get; set; }
|
||||
public bool IPEnabled { get; set; }
|
||||
|
||||
|
||||
public List<string> IPAddresses { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
public string DeviceUUID { get; set; }
|
||||
|
||||
public string DeviceComputerName { get; set; }
|
||||
|
||||
|
||||
public string DeviceManufacturer { get; set; }
|
||||
public string DeviceModel { get; set; }
|
||||
public string DeviceModelType { get; set; }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
public class MacEnrolResponse
|
||||
{
|
||||
public string DeviceComputerName { get; set; }
|
||||
|
||||
|
||||
public string DeviceAssignedUserDomain { get; set; }
|
||||
public string DeviceAssignedUserName { get; set; }
|
||||
public string DeviceAssignedUserSID { get; set; }
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
public class MacSecureEnrolResponse
|
||||
{
|
||||
public string DeviceComputerName { get; set; }
|
||||
|
||||
|
||||
public string DeviceAssignedUserDomain { get; set; }
|
||||
public string DeviceAssignedUserName { get; set; }
|
||||
public string DeviceAssignedUserSID { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user