CopyHistory class

Identifier of a previous copy of a given attachment.

Constructors

CopyHistory.new({String? attachmentId, String? courseId, String? itemId, String? postId})
CopyHistory.fromJson(Map json_)

Properties

attachmentId String?
Identifier of the attachment.
getter/setter pair
courseId String?
Identifier of the course.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemId String?
Identifier of the Announcement, CourseWork, or CourseWorkMaterial under which the attachment is attached.
getter/setter pair
postId String?
Deprecated, use item_id instead.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited