| Name | Type | Description | Notes |
|---|---|---|---|
| MaxResults | Pointer to int64 | The maximum number of resources that can be returned in a single filtered query response. | [optional] |
| Supported | Pointer to bool | Indicates whether the SCIM service provider supports filtering operations. | [optional] |
func NewScimServiceProviderConfigResponseFilter() *ScimServiceProviderConfigResponseFilter
NewScimServiceProviderConfigResponseFilter instantiates a new ScimServiceProviderConfigResponseFilter 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 NewScimServiceProviderConfigResponseFilterWithDefaults() *ScimServiceProviderConfigResponseFilter
NewScimServiceProviderConfigResponseFilterWithDefaults instantiates a new ScimServiceProviderConfigResponseFilter 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 *ScimServiceProviderConfigResponseFilter) GetMaxResults() int64
GetMaxResults returns the MaxResults field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponseFilter) GetMaxResultsOk() (*int64, bool)
GetMaxResultsOk returns a tuple with the MaxResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ScimServiceProviderConfigResponseFilter) SetMaxResults(v int64)
SetMaxResults sets MaxResults field to given value.
func (o *ScimServiceProviderConfigResponseFilter) HasMaxResults() bool
HasMaxResults returns a boolean if a field has been set.
func (o *ScimServiceProviderConfigResponseFilter) GetSupported() bool
GetSupported returns the Supported field if non-nil, zero value otherwise.
func (o *ScimServiceProviderConfigResponseFilter) 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 *ScimServiceProviderConfigResponseFilter) SetSupported(v bool)
SetSupported sets Supported field to given value.
func (o *ScimServiceProviderConfigResponseFilter) HasSupported() bool
HasSupported returns a boolean if a field has been set.