Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 562 Bytes

DataBatchInner.md

File metadata and controls

20 lines (14 loc) · 562 Bytes

PDFGeneratorAPI::DataBatchInner

Properties

Name Type Description Notes
template Integer Template id [optional]
data Object JSON data used to replace data fields in the template [optional]

Example

require 'pdf_generator_api_client'

instance = PDFGeneratorAPI::DataBatchInner.new(
  template: null,
  data: {"id":123,"name":"John Smith","birthdate":"2000-01-01","role":"Developer"}
)