Procore.Model.InspectionUser (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.InspectionUser{
  custom_fields: Procore.Model.InspectionUserCustomFields.t() | nil,
  default_distribution_member: boolean() | nil,
  id: integer() | nil,
  login: String.t() | nil,
  name: String.t() | nil,
  potential_assignee: boolean() | nil,
  potential_distribution_member: boolean() | nil,
  potential_point_of_contact: boolean() | nil,
  vendor: Procore.Model.Compact.t() | nil
}

Functions