View Source Docspring.Model.UploadTemplateData (docspring v0.0.4)

Link to this section Summary

Link to this section Types

@type t() :: %Docspring.Model.UploadTemplateData{
  allow_additional_properties: boolean(),
  description: String.t(),
  document: UploadTemplateDataDocument,
  editable_submissions: boolean(),
  expiration_interval: String.t(),
  expire_after: float(),
  expire_submissions: boolean(),
  footer_html: String.t(),
  header_html: String.t(),
  html: String.t(),
  name: String.t(),
  public_submissions: boolean(),
  public_web_form: boolean(),
  redirect_url: String.t(),
  scss: String.t(),
  slack_webhook_url: String.t(),
  template_type: String.t(),
  webhook_url: String.t()
}