Representation of a Request Review resource.
Summary
Types
@type t() :: %Humaans.Resources.RequestReview{ created_at: DateTime.t() | nil, decision: binary() | nil, id: binary() | nil, request_id: binary() | nil, reviewer_id: binary() | nil, status: binary() | nil, updated_at: DateTime.t() | nil }