Procore.Model.RestV10BudgetViewSnapshotsGet200ResponseInnerOneOf1 (procore_sdk v0.3.0)

Budget View Snapshot

Summary

Types

@type t() :: %Procore.Model.RestV10BudgetViewSnapshotsGet200ResponseInnerOneOf1{
  approval_status: String.t() | nil,
  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,
  snapshot_type: String.t() | nil
}

Functions