Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

AssignmentSubmissionComments.md

File metadata and controls

20 lines (14 loc) · 451 Bytes

FlatApi::AssignmentSubmissionComments

Properties

Name Type Description Notes
total Float The total number of comments added to the submission [optional]
unread Float The number of unread comments for the current user [optional]

Example

require 'flat_api'

instance = FlatApi::AssignmentSubmissionComments.new(
  total: null,
  unread: null
)