Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Unique identifier | [optional] |
template_id | Integer | Template ID which is connected to the form | [optional] |
name | String | Form name | [optional] |
actions | Array<FormConfigurationNewActionsInner> | Array of action configurations | [optional] |
fields | Array<FormFieldsInner> | A list of form field objects | [optional] |
require 'pdf_generator_api_client'
instance = PDFGeneratorAPI::FormConfiguration.new(
id: 1,
template_id: 123123,
name: Certificate creator,
actions: null,
fields: null
)