Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 528 Bytes

CustomAttachmentdocumenttypeResponse.md

File metadata and controls

20 lines (14 loc) · 528 Bytes

EzmaxApi::CustomAttachmentdocumenttypeResponse

Properties

Name Type Description Notes
e_attachment_documenttype FieldEAttachmentDocumenttype
a_obj_attachment Array<CustomAttachmentResponse>

Example

require 'Ezmaxapi'

instance = EzmaxApi::CustomAttachmentdocumenttypeResponse.new(
  e_attachment_documenttype: null,
  a_obj_attachment: null
)