Show / Hide Table of Contents

Class DriveResourceInfo

Information about the Drive resource where a task was assigned from (the document, sheet, etc.).

Inheritance
object
DriveResourceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Tasks.v1.Data
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public class DriveResourceInfo : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX