Procore.Model.RestV10CommunicationsCommunicationIdThreadsGet200Response (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10CommunicationsCommunicationIdThreadsGet200Response{
  email_sent_at: DateTime.t() | nil,
  from:
    Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    | nil,
  from_external_email: boolean() | nil,
  id: integer() | nil,
  subject: String.t() | nil,
  to:
    [
      Procore.Model.RestV10ProjectsProjectIdWorkLogsGet200ResponseInnerCreatedBy.t()
    ]
    | nil
}

Functions