Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInner (procore_sdk v0.3.0)

Time and Material Entry

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInner{
    company_id: integer() | nil,
    company_signature:
      Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerCompanySignature.t()
      | nil,
    company_signee_party: Procore.Model.ExtendedView.t() | nil,
    created_at: DateTime.t() | nil,
    created_by_id: integer() | nil,
    customer_id: integer() | nil,
    customer_signature:
      Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerCustomerSignature.t()
      | nil,
    customer_signee_party: Procore.Model.ExtendedView1.t() | nil,
    deleted_at: DateTime.t() | nil,
    description: String.t() | nil,
    id: integer() | nil,
    location_id: integer() | nil,
    name: String.t() | nil,
    number: integer() | nil,
    private: boolean() | nil,
    project_id: integer() | nil,
    reference_number: String.t() | nil,
    status: integer() | nil,
    time_and_material_entry_attachments:
      [
        Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t()
      ]
      | nil,
    updated_at: DateTime.t() | nil,
    work_performed_on_date: String.t() | nil
  }

Functions