Show / Hide Table of Contents

Class ModifyAnnouncementAssigneesRequest

Request to modify assignee mode and options of an announcement.

Inheritance
object
ModifyAnnouncementAssigneesRequest
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 ModifyAnnouncementAssigneesRequest : IDirectResponseSchema

Properties

AssigneeMode

Mode of the announcement describing whether it is accessible by all students or specified individual students.

Declaration
[JsonProperty("assigneeMode")]
public virtual string AssigneeMode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ModifyIndividualStudentsOptions

Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX