Class AndroidSdks
Android api level targeting data for app recovery action targeting.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AndroidSdks : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkLevels
Android api levels of devices targeted by recovery action. See https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels for different api levels in android.
Declaration
[JsonProperty("sdkLevels")]
public virtual IList<long?> SdkLevels { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |