docs/EntitlementsPartialUpdate.md in cloudsmith-api-0.57.1 vs docs/EntitlementsPartialUpdate.md in cloudsmith-api-1.30.0
- old
+ new
@@ -1,9 +1,10 @@
# CloudsmithApi::EntitlementsPartialUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**eula_required** | **BOOLEAN** | If checked, a EULA acceptance is required for this token. | [optional]
**is_active** | **BOOLEAN** | If enabled, the token will allow downloads based on configured restrictions (if any). | [optional]
**limit_bandwidth** | **Integer** | The maximum download bandwidth allowed for the token. Values are expressed as the selected unit of bandwidth. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
**limit_bandwidth_unit** | **String** | None | [optional]
**limit_date_range_from** | **String** | The starting date/time the token is allowed to be used from. | [optional]
**limit_date_range_to** | **String** | The ending date/time the token is allowed to be used until. | [optional]