Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.22 KB

File metadata and controls

19 lines (11 loc) · 1.22 KB

TemplateResponseDocument

Properties

Name Type Description Notes
name str Name of the associated file.
index int Document ordering, the lowest index is displayed first and the highest last (0-based indexing).
field_groups [TemplateResponseDocumentFieldGroup] An array of Form Field Group objects.
form_fields [TemplateResponseDocumentFormFieldBase] An array of Form Field objects containing the name and type of each named field.
custom_fields [TemplateResponseDocumentCustomFieldBase] An array of Form Field objects containing the name and type of each named field.
static_fields [TemplateResponseDocumentStaticFieldBase], none_type An array describing static overlay fields. Note only available for certain subscriptions.

[Back to Model list] [Back to API list] [Back to README]