github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ScimSearchRequestInfo.md (about)

     1  # ScimSearchRequestInfo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Count** | **int32** | page size | [optional] 
     7  **Filter** | **string** | only support 'userName' or 'email' filter expressions for now | [optional] 
     8  **Schemas** | **[]string** |  | [optional] 
     9  **StartIndex** | **int32** | start index (1-based) | [optional] 
    10  
    11  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    12  
    13