| Name | Type | Description | Notes |
|---|---|---|---|
| Supported | Pointer to bool | Indicates whether the service provider supports sorting operations for ordered query results. | [optional] |
func NewScimServiceProviderConfigResponseSort() *ScimServiceProviderConfigResponseSort
NewScimServiceProviderConfigResponseSort instantiates a new ScimServiceProviderConfigResponseSort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewScimServiceProviderConfigResponseSortWithDefaults() *ScimServiceProviderConfigResponseSort
NewScimServiceProviderConfigResponseSortWithDefaults instantiates a new ScimServiceProviderConfigResponseSort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ScimServiceProviderConfigResponseSort) GetSupported() bool
GetSupported returns the Supported field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponseSort) GetSupportedOk() (*bool, bool)
GetSupportedOk returns a tuple with the Supported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponseSort) SetSupported(v bool)
SetSupported sets Supported field to given value.
func (o *ScimServiceProviderConfigResponseSort) HasSupported() bool
HasSupported returns a boolean if a field has been set.