Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

File metadata and controls

18 lines (12 loc) · 358 Bytes

EzmaxApi::ScimServiceProviderConfigSort

Properties

Name Type Description Notes
supported Boolean A Boolean value specifying whether or not sorting is supported.

Example

require 'Ezmaxapi'

instance = EzmaxApi::ScimServiceProviderConfigSort.new(
  supported: false
)