Procore.Model.RestV10CompaniesCompanyIdWorkBreakdownStructureSegmentsSegmentIdSegmentItemsGet200ResponseInner (procore_sdk v0.1.3)

Summary

Types

@type t() ::
  %Procore.Model.RestV10CompaniesCompanyIdWorkBreakdownStructureSegmentsSegmentIdSegmentItemsGet200ResponseInner{
    code: String.t() | nil,
    created_at: DateTime.t() | nil,
    id: integer() | nil,
    in_use: boolean() | nil,
    is_parent: boolean() | nil,
    name: String.t() | nil,
    parent_id: integer() | nil,
    path_code: String.t() | nil,
    path_codes: [String.t()] | nil,
    path_ids: [integer()] | nil,
    path_names: [String.t()] | nil,
    segment:
      Procore.Model.RestV10CompaniesCompanyIdWorkBreakdownStructureSegmentsSegmentIdSegmentItemsGet200ResponseInnerSegment.t()
      | nil,
    status: String.t() | nil,
    updated_at: DateTime.t() | nil
  }

Functions