Procore.Model.RestV10BudgetViewSnapshotsPostRequest (procore_sdk v0.3.0)

Budget View Snapshot information Input

Summary

Types

@type t() :: %Procore.Model.RestV10BudgetViewSnapshotsPostRequest{
  budget_template_id: integer(),
  budget_view_id: integer() | nil,
  description: String.t() | nil,
  name: String.t(),
  project_id: integer()
}

Functions