Show / Hide Table of Contents

Class MemoryInfo

Information about device memory and storage.

Inheritance
object
MemoryInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX