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

The AvailableActions Object ### Description The Activity object is used to see all available model/operation combinations for an integration. ### Usage Example Fetch all the actions available for the Zenefits integration.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.AvailableActions{
  available_model_operations: [MergeHRISClient.Model.ModelOperation.t()] | nil,
  integration: MergeHRISClient.Model.AccountIntegration.t(),
  passthrough_available: boolean()
}