Representation of a Request Comment resource.
Summary
Types
@type t() :: %Humaans.Resources.RequestComment{ body: binary() | nil, created_at: DateTime.t() | nil, id: binary() | nil, person_id: binary() | nil, request_id: binary() | nil, updated_at: DateTime.t() | nil }