Class AboutResource.GetRequest
Gets the information about the current user along with Drive API settings
Inheritance
AboutResource.GetRequest
Inherited Members
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class AboutResource.GetRequest : DriveBaseServiceRequest<About>, IClientServiceRequest<About>, IClientServiceRequest
Constructors
GetRequest(IClientService)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IncludeSubscribed
Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as
those in the Application Data folder or shared files which have not been added to My Drive will be
omitted from the maxChangeIdCount
.
Declaration
[RequestParameter("includeSubscribed", RequestParameterType.Query)]
public virtual bool? IncludeSubscribed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MaxChangeIdCount
Maximum number of remaining change IDs to count
Declaration
[RequestParameter("maxChangeIdCount", RequestParameterType.Query)]
public virtual long? MaxChangeIdCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
StartChangeId
Change ID to start counting from when calculating number of remaining change IDs
Declaration
[RequestParameter("startChangeId", RequestParameterType.Query)]
public virtual long? StartChangeId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()