Skip to content

Latest commit

History

History
22 lines (16 loc) 路 535 Bytes

File metadata and controls

22 lines (16 loc) 路 535 Bytes

FlatApi::AssignmentSubmissionHistoryAttachment

Properties

Name Type Description Notes
score String The score identifier that changed [optional]
revision String The revision identifier that changed [optional]
title String The title of the score that changed [optional]

Example

require 'flat_api'

instance = FlatApi::AssignmentSubmissionHistoryAttachment.new(
  score: null,
  revision: null,
  title: null
)