View Source Docspring.Model.SubmissionDataBatchRequest (docspring v1.0.0)

Summary

Types

t()

@type t() :: %Docspring.Model.SubmissionDataBatchRequest{
  css: String.t() | nil,
  data: map(),
  html: String.t() | nil,
  metadata: map() | nil,
  template_id: String.t() | nil,
  template_version: String.t() | nil,
  test: boolean() | nil
}

Functions

decode(value)