View Source Docspring.Model.Folder (docspring v0.0.4)

Link to this section Summary

Link to this section Types

@type t() :: %Docspring.Model.Folder{
  id: String.t(),
  name: String.t(),
  parent_folder_id: String.t(),
  path: String.t()
}