DocuSign v0.1.2 DocuSign.Model.WorkspaceFolderContents View Source

Provides properties that describe the contents of a workspace folder.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.WorkspaceFolderContents{
  endPosition: String.t(),
  folder: WorkspaceItems,
  items: [WorkspaceItems],
  parentFolders: [WorkspaceItems],
  resultSetSize: String.t(),
  startPosition: String.t(),
  totalSetSize: String.t(),
  workspaceId: String.t()
}