Name | Type | Description | Notes |
---|---|---|---|
schemas | Array<String> | SCIM schema for the given resource. | [optional] |
operations | Array<ScimPatchOperation> |
require 'TalonOne'
instance = TalonOne::ScimPatchRequest.new(schemas: null,
operations: null)