Procore.Model.Folder (procore_sdk v0.3.0)
Summary
Types
@type t() :: %Procore.Model.Folder{ custom_fields: Procore.Model.RestV11ProjectsProjectIdRecycleBinIncidentsWitnessStatementsGet200ResponseInnerCustomFields.t() | nil, files: [Procore.Model.FolderFilesInner.t()] | nil, folders: [t()] | nil, has_children: boolean() | nil, has_children_files: boolean() | nil, has_children_folders: boolean() | 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, read_only: boolean() | nil, tracked_folder: map() | nil, updated_at: DateTime.t() | nil }
Functions
Link to this function