Class SharedDriveFile
Drive file that is used as material for course work.
Implements
Inherited Members
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 |