Class RamSelector
Defines a RAM selector for a device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class RamSelector : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RamMbLessThanOrEqual
This will match any device that has less than or equal ram_mb_less_than_or_equal mb of RAM.
Declaration
[JsonProperty("ramMbLessThanOrEqual")]
public virtual long? RamMbLessThanOrEqual { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |