ExScimClient.Model.Operations.PatchOperation (ex_scim_client v0.2.1)

Copy Markdown View Source

Single PATCH operation.

Summary

Types

t()

@type t() :: %ExScimClient.Model.Operations.PatchOperation{
  op: String.t(),
  path: String.t() | nil,
  value: ExScimClient.Model.Operations.PatchOperationValue.t() | nil
}