DocuSign v0.1.2 DocuSign.Model.WorkspaceList View Source

Provides properties that describe the workspaces avaialble.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.WorkspaceList{
  endPosition: String.t(),
  resultSetSize: String.t(),
  startPosition: String.t(),
  totalSetSize: String.t(),
  workspaces: [Workspaces]
}