Show / Hide Table of Contents

Class AboutResource

The "about" collection of methods.

Inheritance
object
AboutResource
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.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class AboutResource

Constructors

AboutResource(IClientService)

Constructs a new resource.

Declaration
public AboutResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get()

Gets information about the user, the user's Drive, and system capabilities. For more information, see Return user info. Required: The fields parameter must be set. To return the exact fields you need, see Return specific fields.

Declaration
public virtual AboutResource.GetRequest Get()
Returns
Type Description
AboutResource.GetRequest
In this article
Back to top Generated by DocFX