Show / Hide Table of Contents

Class Attachment

Attachment added to student assignment work. When creating attachments, setting the form field is not supported.

Inheritance
object
Attachment
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 Attachment : 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
string

Form

Google Forms attachment.

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

Link

Link attachment.

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
In this article
Back to top Generated by DocFX