# PublicRoleListResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** | Always `list`. |
**data** | [**Vec<models::Role>**](Role.md) | Roles returned in the current page. |
**has_more** | **bool** | Whether more roles are available when paginating. |
**next** | Option<**String**> | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)