MergeHRISClient.Model.ModelOperation (MergeHRISClient v1.0.0) View Source

The ModelOperation Object ### Description The ModelOperation object is used to represent the operations that are currently supported for a given model. ### Usage Example View what operations are supported for the Candidate endpoint.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.ModelOperation{
  available_operations: [String.t()],
  model_name: String.t(),
  required_post_parameters: [String.t()],
  supported_fields: [String.t()]
}