Class Material
Material attached to course work. When creating attachments, setting the form
field is not supported.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Material : IDirectResponseSchema
Properties
DriveFile
Google Drive file material.
Declaration
[JsonProperty("driveFile")]
public virtual SharedDriveFile DriveFile { get; set; }
Property Value
Type | Description |
---|---|
SharedDriveFile |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Form
Google Forms material.
Declaration
[JsonProperty("form")]
public virtual Form Form { get; set; }
Property Value
Type | Description |
---|---|
Form |
Link
Link material. On creation, this is upgraded to a more appropriate type if possible, and this is reflected in the response.
Declaration
[JsonProperty("link")]
public virtual Link Link { get; set; }
Property Value
Type | Description |
---|---|
Link |
YoutubeVideo
YouTube video material.
Declaration
[JsonProperty("youtubeVideo")]
public virtual YouTubeVideo YoutubeVideo { get; set; }
Property Value
Type | Description |
---|---|
YouTubeVideo |