| 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] |
require 'flat_api'
instance = FlatApi::AssignmentSubmissionHistoryAttachment.new(
score: null,
revision: null,
title: null
)