Class Memory
Mobile device memory usage.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Memory : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Free
Bytes free.
Declaration
[JsonProperty("free")]
public virtual long? Free { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Used
Bytes in use.
Declaration
[JsonProperty("used")]
public virtual long? Used { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |