Class AboutResource
The "about" collection of methods.
Inherited Members
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 |