Provides struct and type for a ReminderRequest
@type t() :: %Gleanex.Client.ReminderRequest{ assignee: String.t() | nil, documentId: String.t(), reason: String.t() | nil, remindInDays: integer() | nil }