View Source Docspring.Model.Folder (docspring v1.0.0)

Summary

Types

t()

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

Functions

decode(value)