Class DeviceSelectionInformation
Namespace: TestPlatforms.Cloud
Syntax
public class DeviceSelectionInformation : object
Constructors
DeviceSelectionInformation(CloudTestDeviceInput)
Declaration
public DeviceSelectionInformation(CloudTestDeviceInput cloudTestDeviceInput)
Parameters
Type | Name | Description |
---|---|---|
CloudTestDeviceInput | cloudTestDeviceInput |
Fields
maxDevices
Declaration
public int maxDevices
Field Value
Type | Description |
---|---|
Int32 |
modelNames
Declaration
public List<string> modelNames
Field Value
Type | Description |
---|---|
List<String> |
osVersion
Declaration
public string osVersion
Field Value
Type | Description |
---|---|
String |