docs/ListServiceAccountsResponse.md in smooch-api-4.1.0 vs docs/ListServiceAccountsResponse.md in smooch-api-4.2.0
- old
+ new
@@ -1,10 +1,10 @@
# SmoochApi::ListServiceAccountsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**service_accounts** | [**Array<ServiceAccount>**](ServiceAccount.md) | The list of service accounts. | [optional]
-**has_more** | **BOOLEAN** | Flag indicating if there are more service accounts that are not present in the response. | [optional]
+**serviceAccounts** | [**Array<ServiceAccount>**](ServiceAccount.md) | The list of service accounts. | [optional]
+**hasMore** | **BOOLEAN** | Flag indicating if there are more service accounts that are not present in the response. | [optional]
**offset** | **Integer** | The number of service account records skipped in the returned list. | [optional]