Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 418 Bytes

File metadata and controls

18 lines (12 loc) · 418 Bytes

TalonOne::ScimServiceProviderConfigResponseSort

Properties

Name Type Description Notes
supported Boolean Indicates whether the service provider supports sorting operations for ordered query results. [optional]

Example

require 'talon_one_sdk'

instance = TalonOne::ScimServiceProviderConfigResponseSort.new(
  supported: null
)