Show / Hide Table of Contents

Class SharedDriveFile

Drive file that is used as material for course work.

Inheritance
object
SharedDriveFile
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.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class SharedDriveFile : IDirectResponseSchema

Properties

DriveFile

Drive file details.

Declaration
[JsonProperty("driveFile")]
public virtual DriveFile DriveFile { get; set; }
Property Value
Type Description
DriveFile

ETag

The ETag of the item.

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

ShareMode

Mechanism by which students access the Drive item.

Declaration
[JsonProperty("shareMode")]
public virtual string ShareMode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX