pipedrive-rs 0.1.0

Rust PipedriveClient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SinglePermissionSetResponse200

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The ID of user permission set | [optional]
**name** | Option<**String**> | The name of the permission set | [optional]
**description** | Option<**String**> | The description of the permission set | [optional]
**app** | Option<**String**> | The app that permission set belongs to | [optional]
**r#type** | Option<**String**> | The type of permission set | [optional]
**assignment_count** | Option<**i32**> | The number of users assigned to this permission set | [optional]
**contents** | Option<**Vec<String>**> | A permission assigned to this permission set | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)