Show / Hide Table of Contents

Class CourseMaterial

A material attached to a course as part of a material set.

Inheritance
System.Object
CourseMaterial
Implements
IDirectResponseSchema
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 CourseMaterial : IDirectResponseSchema

Properties

DriveFile

Google Drive file attachment.

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
System.String

Form

Google Forms attachment.

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

Link

Link atatchment.

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

YouTubeVideo

Youtube video attachment.

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

Implements

IDirectResponseSchema
Back to top