Class DeviceRadioState
Controls for device radio settings.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DeviceRadioState : IDirectResponseSchema
Properties
AirplaneModeState
Controls whether airplane mode can be toggled by the user or not.
Declaration
[JsonProperty("airplaneModeState")]
public virtual string AirplaneModeState { get; set; }
Property Value
Type | Description |
---|---|
string |
CellularTwoGState
Controls whether cellular 2G setting can be toggled by the user or not.
Declaration
[JsonProperty("cellularTwoGState")]
public virtual string CellularTwoGState { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinimumWifiSecurityLevel
The minimum required security level of Wi-Fi networks that the device can connect to.
Declaration
[JsonProperty("minimumWifiSecurityLevel")]
public virtual string MinimumWifiSecurityLevel { get; set; }
Property Value
Type | Description |
---|---|
string |
UltraWidebandState
Controls the state of the ultra wideband setting and whether the user can toggle it on or off.
Declaration
[JsonProperty("ultraWidebandState")]
public virtual string UltraWidebandState { get; set; }
Property Value
Type | Description |
---|---|
string |
WifiState
Controls current state of Wi-Fi and if user can change its state.
Declaration
[JsonProperty("wifiState")]
public virtual string WifiState { get; set; }
Property Value
Type | Description |
---|---|
string |