View Source GoogleApi.Classroom.V1.Model.CopyHistory (google_api_classroom v0.21.2)

Identifier of a previous copy of a given attachment.

Attributes

  • attachmentId (type: String.t, default: nil) - Immutable. Identifier of the attachment.
  • courseId (type: String.t, default: nil) - Immutable. Identifier of the course.
  • itemId (type: String.t, default: nil) - Immutable. Identifier of the Announcement, CourseWork, or CourseWorkMaterial under which the attachment is attached.
  • postId (type: String.t, default: nil) - Immutable. Deprecated, use item_id instead.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Classroom.V1.Model.CopyHistory{
  attachmentId: String.t() | nil,
  courseId: String.t() | nil,
  itemId: String.t() | nil,
  postId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.