| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsigndocument_id | Integer | The unique ID of the Ezsigndocument | |
| a_obj_matchingtemplate | Array<EzsigndocumentMatchingtemplateV3Response> | An array of possibly matching template. |
require 'Ezmaxapi'
instance = EzmaxApi::EzsigndocumentCreateElementV3Response.new(
pki_ezsigndocument_id: 97,
a_obj_matchingtemplate: null
)