Class DirectAccessVersionInfo
Denotes whether Direct Access is supported, and by which client versions. DirectAccessService is currently available as a preview to select developers. You can register today on behalf of you and your team at https://developer.android.com/studio/preview/android-device-streaming
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class DirectAccessVersionInfo : IDirectResponseSchema
Properties
DirectAccessSupported
Whether direct access is supported at all. Clients are expected to filter down the device list to only android models and versions which support Direct Access when that is the user intent.
Declaration
[JsonProperty("directAccessSupported")]
public virtual bool? DirectAccessSupported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinimumAndroidStudioVersion
Output only. Indicates client-device compatibility, where a device is known to work only with certain workarounds implemented in the Android Studio client. Expected format "major.minor.micro.patch", e.g. "5921.22.2211.8881706".
Declaration
[JsonProperty("minimumAndroidStudioVersion")]
public virtual string MinimumAndroidStudioVersion { get; set; }
Property Value
Type | Description |
---|---|
string |