| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | The ID of the entity referenced. | |
| entity_type | String | The type of entity referenced. | |
| app_url | String | The application URL of the Project. | |
| name | String | The name of the entity referenced. |
require 'shortcut_client_ruby'
instance = Shortcut::HistoryReferenceProject.new(
id: null,
entity_type: null,
app_url: null,
name: null
)