Show / Hide Table of Contents

Class CopyHistory

Identifier of a previous copy of a given attachment.

Inheritance
object
CopyHistory
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX