fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# IamV1RoleListResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | Option<**i32**> | Maximum number of results returned. | 
**next_cursor** | Option<**String**> | Cursor for the next page. | 
**data** | Option<[**Vec&lt;crate::models::IamV1RoleResponse&gt;**]IamV1RoleResponse.md> | Page of IAM roles (length ≤ limit). | 

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