DocuSign v0.2.0 DocuSign.Model.FolderItemResponse View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.FolderItemResponse{
  endPosition: String.t(),
  folderItems: [FolderItemV2],
  nextUri: String.t(),
  previousUri: String.t(),
  resultSetSize: String.t(),
  startPosition: String.t(),
  totalRows: String.t()
}