Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 518 Bytes

File metadata and controls

22 lines (16 loc) · 518 Bytes

MergeCRMClient::AssociationSubType

Properties

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]

Example

require 'merge_crm_client'

instance = MergeCRMClient::AssociationSubType.new(
  id: null,
  origin_type: null,
  modified_at: null
)