View Source DocuSign.Model.Page (DocuSign v1.1.0)

Description of a page of a document.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.Page{
  dpi: String.t() | nil,
  errorDetails: DocuSign.Model.ErrorDetails.t() | nil,
  height: String.t() | nil,
  imageBytes: String.t() | nil,
  mimeType: String.t() | nil,
  pageId: String.t() | nil,
  sequence: String.t() | nil,
  width: String.t() | nil
}