Procore.Model.ProjectStage2 (procore_sdk v0.1.3)

Summary

Types

@type t() :: %Procore.Model.ProjectStage2{
  category: String.t() | nil,
  id: integer() | nil,
  is_bidding_stage: boolean() | nil,
  name: String.t() | nil,
  readonly: boolean() | nil
}

Functions