Class Material
Material attached to course work.
When creating attachments, setting the form field is not supported.
Inheritance
System.Object
Material
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
Form
Google Forms material.
Declaration
[JsonProperty("form")]
public virtual Form Form { get; set; }
Property Value
| Type | Description |
|---|---|
| Form |
Link
Link material. On creation, will be upgraded to a more appropriate type if possible, and this will be 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 |