DocuSign v0.1.2 DocuSign.Model.Folder View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %DocuSign.Model.Folder{
  errorDetails: ErrorDetails,
  filter: Filter,
  folderId: String.t(),
  folders: [Folder],
  name: String.t(),
  ownerEmail: String.t(),
  ownerUserId: String.t(),
  ownerUserName: String.t(),
  parentFolderId: String.t(),
  parentFolderUri: String.t(),
  type: String.t(),
  uri: String.t()
}