Procore.Model.RestV10ProjectProjectIdEmailCommunicationsIdGet200Response (procore_sdk v0.3.0)

Summary

Types

@type t() ::
  %Procore.Model.RestV10ProjectProjectIdEmailCommunicationsIdGet200Response{
    emails:
      [
        Procore.Model.RestV10ProjectProjectIdEmailCommunicationsIdGet200ResponseEmailsInner.t()
      ]
      | nil,
    id: integer() | nil,
    private: boolean() | nil,
    subject: String.t() | nil
  }

Functions