Current section

Files

Jump to
procore_sdk lib procore model total_inspections.ex
Raw

lib/procore/model/total_inspections.ex

# NOTE: This file is auto generated by OpenAPI Generator 7.8.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule Procore.Model.TotalInspections do
@moduledoc """
"""
@derive Jason.Encoder
defstruct [
:total_in_schedule
]
@type t :: %__MODULE__{
:total_in_schedule => integer() | nil
}
def decode(value) do
value
end
end