Show / Hide Table of Contents

Class About.QuotaBytesByServiceData

The amount of storage quota used by different Google services.

Inheritance
object
About.QuotaBytesByServiceData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX