Procore.Model.CompactView (procore_sdk v0.3.0)

Project User Compact View

Summary

Types

@type t() :: %Procore.Model.CompactView{
  first_name: String.t() | nil,
  id: integer() | nil,
  initials: String.t() | nil,
  last_name: String.t() | nil,
  name: String.t() | nil,
  vendor:
    Procore.Model.RestV10ProjectsProjectIdPunchItemAssignmentsIdGet200ResponseVendor.t()
    | nil
}

Functions