Procore.Model.RestV10BudgetViewSnapshotsGet200ResponseInnerOneOf (procore_sdk v0.3.0)

Budget View Snapshot

Summary

Types

@type t() :: %Procore.Model.RestV10BudgetViewSnapshotsGet200ResponseInnerOneOf{
  budget_view:
    Procore.Model.RestV10BudgetViewSnapshotsGet200ResponseInnerOneOfBudgetView.t()
    | nil,
  created_at: String.t() | nil,
  created_by:
    Procore.Model.RestV10BudgetViewsGet200ResponseInnerCreatedBy.t() | nil,
  description: String.t() | nil,
  id: integer() | nil,
  links:
    Procore.Model.RestV10BudgetViewSnapshotsGet200ResponseInnerOneOfLinks.t()
    | nil,
  name: String.t() | nil
}

Functions