MergeHRISClient.Model.WarningValidationProblem (MergeHRISClient v1.0.2) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.WarningValidationProblem{
  detail: String.t(),
  problem_type: String.t(),
  source: MergeHRISClient.Model.ValidationProblemSource.t() | nil,
  title: String.t()
}