Class DriveActivityBaseServiceRequest<TResponse>
A base abstract class for DriveActivity requests.
Inheritance
Inherited Members
Namespace: Google.Apis.DriveActivity.v2
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public abstract class DriveActivityBaseServiceRequest<TResponse> : ClientServiceRequest<TResponse>, IClientServiceRequest<TResponse>, IClientServiceRequest
Type Parameters
| Name | Description |
|---|---|
| TResponse |
Constructors
DriveActivityBaseServiceRequest(IClientService)
Constructs a new DriveActivityBaseServiceRequest instance.
Declaration
protected DriveActivityBaseServiceRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
AccessToken
OAuth access token.
Declaration
public virtual string AccessToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Alt
Data format for response.
Declaration
public virtual Nullable<DriveActivityBaseServiceRequest<TResponse>.AltEnum> Alt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DriveActivityBaseServiceRequest.AltEnum<>> |
Callback
JSONP
Declaration
public virtual string Callback { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Fields
Selector specifying which fields to include in a partial response.
Declaration
public virtual string Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Key
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
Declaration
public virtual string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OauthToken
OAuth 2.0 token for the current user.
Declaration
public virtual string OauthToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrettyPrint
Returns response with indentations and line breaks.
Declaration
public virtual Nullable<bool> PrettyPrint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
QuotaUser
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
Declaration
public virtual string QuotaUser { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UploadProtocol
Upload protocol for media (e.g. "raw", "multipart").
Declaration
public virtual string UploadProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UploadType
Legacy upload protocol for media (e.g. "media", "multipart").
Declaration
public virtual string UploadType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Xgafv
V1 error format.
Declaration
public virtual Nullable<DriveActivityBaseServiceRequest<TResponse>.XgafvEnum> Xgafv { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DriveActivityBaseServiceRequest.XgafvEnum<>> |
Methods
InitParameters()
Initializes DriveActivity parameter list.
Declaration
protected override void InitParameters()