Current section
Files
Jump to
Current section
Files
lib/docusign/model/responsive_html_preview.ex
# NOTE: This file is auto generated by OpenAPI Generator 7.12.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule DocuSign.Model.ResponsiveHtmlPreview do
@moduledoc """
This resource is used to create a responsive preview of all of the documents in an envelope.
"""
@derive Jason.Encoder
defstruct [
:htmlDefinitions
]
@type t :: %__MODULE__{
:htmlDefinitions => [String.t()] | nil
}
def decode(value) do
value
end
end