Class DriveResourceInfo
Information about the Drive resource where a task was assigned from (the document, sheet, etc.).
Implements
Inherited Members
Namespace: Google.Apis.Tasks.v1.Data
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class DriveResourceInfo : IDirectResponseSchemaProperties
DriveFileId
Output only. Identifier of the file in the Drive API.
Declaration
[JsonProperty("driveFileId")]
public virtual string DriveFileId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ResourceKey
Output only. Resource key required to access files shared via a shared link. Not required for all files. See also developers.google.com/drive/api/guides/resource-keys.
Declaration
[JsonProperty("resourceKey")]
public virtual string ResourceKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string |