Procore.Model.RestV10CommunicationsIdGet200Response (procore_sdk v0.3.0)

Summary

Types

@type t() :: %Procore.Model.RestV10CommunicationsIdGet200Response{
  closed: boolean() | nil,
  communication_tags:
    [
      Procore.Model.RestV10CommunicationsIdGet200ResponseAllOfCommunicationTagsInner.t()
    ]
    | nil,
  created_at: Date.t() | nil,
  id: integer() | nil,
  initial_post:
    Procore.Model.RestV10CommunicationsIdGet200ResponseAllOfInitialPost.t()
    | nil,
  private: boolean() | nil,
  subject: String.t() | nil
}

Functions