Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.01 KB

File metadata and controls

56 lines (31 loc) · 2.01 KB

ScimServiceProviderConfigResponseSort

Properties

Name Type Description Notes
Supported Pointer to bool Indicates whether the service provider supports sorting operations for ordered query results. [optional]

Methods

NewScimServiceProviderConfigResponseSort

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

NewScimServiceProviderConfigResponseSortWithDefaults

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

GetSupported

func (o *ScimServiceProviderConfigResponseSort) GetSupported() bool

GetSupported returns the Supported field if non-nil, zero value otherwise.

GetSupportedOk

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.

SetSupported

func (o *ScimServiceProviderConfigResponseSort) SetSupported(v bool)

SetSupported sets Supported field to given value.

HasSupported

func (o *ScimServiceProviderConfigResponseSort) HasSupported() bool

HasSupported returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]