Class CopyHistory
Identifier of a previous copy of a given attachment.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class CopyHistory : IDirectResponseSchema
Properties
AttachmentId
Immutable. Identifier of the attachment.
Declaration
[JsonProperty("attachmentId")]
public virtual string AttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CourseId
Immutable. Identifier of the course.
Declaration
[JsonProperty("courseId")]
public virtual string CourseId { 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 |
ItemId
Immutable. Identifier of the Announcement, CourseWork, or CourseWorkMaterial under which the
attachment is attached.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostId
Immutable. Deprecated, use item_id instead.
Declaration
[JsonProperty("postId")]
public virtual string PostId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |