-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_template_1.go
52 lines (50 loc) · 2.31 KB
/
model_template_1.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
* API v1
*
* DocSpring is a service that helps you fill out and sign PDF templates.
*
* API version: v1
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package docspring
type Template1 struct {
DocumentProcessed bool `json:"document_processed,omitempty"`
ExpirationInterval string `json:"expiration_interval,omitempty"`
Scss string `json:"scss,omitempty"`
DocumentState string `json:"document_state,omitempty"`
ExpireAfter float32 `json:"expire_after,omitempty"`
Description string `json:"description,omitempty"`
SlackWebhookUrl string `json:"slack_webhook_url,omitempty"`
Demo bool `json:"demo,omitempty"`
Path string `json:"path,omitempty"`
HeaderHtml string `json:"header_html,omitempty"`
PublicWebForm bool `json:"public_web_form,omitempty"`
FieldOrder [][]float32 `json:"field_order,omitempty"`
PermanentDocumentUrl string `json:"permanent_document_url,omitempty"`
Html string `json:"html,omitempty"`
TemplateType string `json:"template_type,omitempty"`
Id string `json:"id,omitempty"`
PageDimensions [][]float32 `json:"page_dimensions,omitempty"`
Locked bool `json:"locked,omitempty"`
PageCount float32 `json:"page_count,omitempty"`
EncryptPdfs bool `json:"encrypt_pdfs,omitempty"`
WebhookUrl string `json:"webhook_url,omitempty"`
EmbedDomains []string `json:"embed_domains,omitempty"`
ParentFolderId string `json:"parent_folder_id,omitempty"`
AllowAdditionalProperties bool `json:"allow_additional_properties,omitempty"`
EncryptPdfsPassword string `json:"encrypt_pdfs_password,omitempty"`
PublicSubmissions bool `json:"public_submissions,omitempty"`
SharedFieldData map[string]interface{} `json:"shared_field_data,omitempty"`
DocumentMd5 string `json:"document_md5,omitempty"`
FirstTemplate bool `json:"first_template,omitempty"`
Defaults Template1Defaults `json:"defaults,omitempty"`
EditableSubmissions bool `json:"editable_submissions,omitempty"`
ExpireSubmissions bool `json:"expire_submissions,omitempty"`
Name string `json:"name,omitempty"`
FooterHtml string `json:"footer_html,omitempty"`
DocumentParseError bool `json:"document_parse_error,omitempty"`
Fields map[string]interface{} `json:"fields,omitempty"`
DocumentFilename string `json:"document_filename,omitempty"`
RedirectUrl string `json:"redirect_url,omitempty"`
DocumentUrl string `json:"document_url,omitempty"`
}