Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 587 Bytes

EzsignformfieldgroupCreateObjectV1ResponseMPayload.md

File metadata and controls

18 lines (12 loc) · 587 Bytes

EzmaxApi::EzsignformfieldgroupCreateObjectV1ResponseMPayload

Properties

Name Type Description Notes
a_pki_ezsignformfieldgroup_id Array<Integer> An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request.

Example

require 'Ezmaxapi'

instance = EzmaxApi::EzsignformfieldgroupCreateObjectV1ResponseMPayload.new(
  a_pki_ezsignformfieldgroup_id: null
)