Procore.Model.ExampleOfAFolderThatIsAFileFile (procore_sdk v0.3.0)

will be filled if document_type is a file

Summary

Types

@type t() :: %Procore.Model.ExampleOfAFolderThatIsAFileFile{
  checked_out_by:
    Procore.Model.ExampleOfAFolderThatIsAFileFileCheckedOutBy.t() | nil,
  checked_out_until: String.t() | nil,
  current_version: Procore.Model.RestV10FileVersionsPost201Response.t() | nil,
  description: String.t() | nil,
  file_type: String.t() | nil
}

Functions