Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.87 KB

File metadata and controls

82 lines (45 loc) · 2.87 KB

ScimServiceProviderConfigResponseFilter

Properties

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]

Methods

NewScimServiceProviderConfigResponseFilter

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

NewScimServiceProviderConfigResponseFilterWithDefaults

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

GetMaxResults

func (o *ScimServiceProviderConfigResponseFilter) GetMaxResults() int64

GetMaxResults returns the MaxResults field if non-nil, zero value otherwise.

GetMaxResultsOk

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.

SetMaxResults

func (o *ScimServiceProviderConfigResponseFilter) SetMaxResults(v int64)

SetMaxResults sets MaxResults field to given value.

HasMaxResults

func (o *ScimServiceProviderConfigResponseFilter) HasMaxResults() bool

HasMaxResults returns a boolean if a field has been set.

GetSupported

func (o *ScimServiceProviderConfigResponseFilter) GetSupported() bool

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

GetSupportedOk

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.

SetSupported

func (o *ScimServiceProviderConfigResponseFilter) SetSupported(v bool)

SetSupported sets Supported field to given value.

HasSupported

func (o *ScimServiceProviderConfigResponseFilter) HasSupported() bool

HasSupported returns a boolean if a field has been set.

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