C# Syntax
public interface IDeviceInfo
Name | Description | |
---|---|---|
FleetType | The fleetType of the device, as defined on Digital Lab. The fleetType is relevant only when the device is hosted by OpenText or stored on an AWS farm. (DeviceSource=Hosted or AmazonDeviceFarm) C# Syntax string FleetType {get;} Possible values: Any (default), Public, or Private. | |
Id | The ID of the device in Digital Lab. | |
Location | The geographical location of the public device, as defined on Digital Lab. The location is relevant only when the DeviceSource is Hosted and the fleetType is Public. C# Syntax string Location {get;} Possible values: Any (default) or a string representing the geographic location. | |
Manufacturer | The manufacturer of the device. | |
Model | The model name of the device. | |
Name | The name of the device as defined in Digital Lab. | |
OSType | The operating system currently running on the device. | |
OSVersion | The version of the operating system currently running on the device. |