Show / Hide Table of Contents

Class Material

Material attached to course work. When creating attachments, setting the form, gem, or notebook field is not supported.

Inheritance
object
Material
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 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. Read-only.

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

Gem

Gemini Gem material. Read-only.

Declaration
[JsonProperty("gem")]
public virtual GeminiGem Gem { get; set; }
Property Value
Type Description
GeminiGem

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

Notebook

NotebookLM Notebook material. Read-only.

Declaration
[JsonProperty("notebook")]
public virtual NotebookLmNotebook Notebook { get; set; }
Property Value
Type Description
NotebookLmNotebook

YoutubeVideo

YouTube video material.

Declaration
[JsonProperty("youtubeVideo")]
public virtual YouTubeVideo YoutubeVideo { get; set; }
Property Value
Type Description
YouTubeVideo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX