Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 569 Bytes

File metadata and controls

20 lines (14 loc) · 569 Bytes

EzmaxApi::CustomCommunicationattachmentRequest

Properties

Name Type Description Notes
obj_communicationattachment CommunicationattachmentRequestCompound [optional]
obj_communicationexternalattachment CommonFile [optional]

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomCommunicationattachmentRequest.new(
  obj_communicationattachment: null,
  obj_communicationexternalattachment: null
)