Procore.Model.ExampleOfAFolderThatIsAFile (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.ExampleOfAFolderThatIsAFile{
  children: Procore.Model.ExampleOfAFolderThatIsAFileChildren.t() | nil,
  created_at: DateTime.t() | nil,
  created_by:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  custom_fields:
    Procore.Model.RestV10ProjectsProjectIdVisitorLogsGet200ResponseInnerCustomFields.t()
    | nil,
  document_type: String.t() | nil,
  file: Procore.Model.ExampleOfAFolderThatIsAFileFile.t() | nil,
  id: integer() | nil,
  is_deleted: boolean() | nil,
  is_recycle_bin: boolean() | nil,
  is_tracked: boolean() | nil,
  name: String.t() | nil,
  name_with_path: String.t() | nil,
  parent_id: integer() | nil,
  private: boolean() | nil,
  private_parent: Procore.Model.Folder2.t() | nil,
  read_only: boolean() | nil,
  tracked_folder: Procore.Model.Folder2.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions