Class About.QuotaBytesByServiceData
The amount of storage quota used by different Google services.
Inherited Members
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.QuotaBytesByServiceData
Properties
BytesUsed
The storage quota bytes used by the service.
Declaration
[JsonProperty("bytesUsed")]
public virtual long? BytesUsed { get; set; }
Property Value
Type | Description |
---|---|
long? |
ServiceName
The service's name, e.g. DRIVE, GMAIL, or PHOTOS.
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string |