| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional][readonly] | |
| origin_type | String | [optional][readonly] | |
| modified_at | Time | This is the datetime that this object was last updated by Merge | [optional][readonly] |
require 'merge_crm_client'
instance = MergeCRMClient::AssociationSubType.new(
id: null,
origin_type: null,
modified_at: null
)