Class MultiAbi
Represents a list of ABIs.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class MultiAbi : IDirectResponseSchema
Properties
Abi
A list of targeted ABIs, as represented by the Android Platform
Declaration
[JsonProperty("abi")]
public virtual IList<Abi> Abi { get; set; }
Property Value
Type | Description |
---|---|
IList<Abi> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |