Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 388 Bytes

File metadata and controls

20 lines (14 loc) · 388 Bytes

MergeCRMClient::ObjectClassDescriptionRequest

Properties

Name Type Description Notes
id String
origin_type OriginTypeEnum

Example

require 'merge_crm_client'

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