Class MemoryInfo
Information about device memory and storage.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class MemoryInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalInternalStorage
Total internal storage on device in bytes.
Declaration
[JsonProperty("totalInternalStorage")]
public virtual long? TotalInternalStorage { get; set; }
Property Value
Type | Description |
---|---|
long? |
TotalRam
Total RAM on device in bytes.
Declaration
[JsonProperty("totalRam")]
public virtual long? TotalRam { get; set; }
Property Value
Type | Description |
---|---|
long? |