fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# IamUserGroupAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | Alphanumeric string identifying the user group. | 
**name** | Option<**String**> | Name of the user group. | 
**description** | Option<**String**> | Description of the user group. | 
**invitations_count** | Option<**i32**> | Number of invitations added to the user group. | 
**users_count** | Option<**i32**> | Number of users added to the user group. | 
**roles_count** | Option<**i32**> | Number of roles added to the user group. | 

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