Show / Hide Table of Contents

Class TeamDriveReference

This item is deprecated; please see DriveReference instead.

Inheritance
System.Object
TeamDriveReference
Implements
IDirectResponseSchema
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class TeamDriveReference : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

This field is deprecated; please see DriveReference.name instead.

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Title

This field is deprecated; please see DriveReference.title instead.

Declaration
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top