docs/v1/Monitor.md in datadog_api_client-1.0.0.beta.2 vs docs/v1/Monitor.md in datadog_api_client-1.0.0.beta.3

- old
+ new

@@ -14,10 +14,11 @@ | **name** | **String** | The monitor name. | [optional] | | **options** | [**MonitorOptions**](MonitorOptions.md) | | [optional] | | **overall_state** | [**MonitorOverallStates**](MonitorOverallStates.md) | | [optional] | | **priority** | **Integer** | Integer from 1 (high) to 5 (low) indicating alert severity. | [optional] | | **query** | **String** | The monitor query. | [optional] | +| **restricted_roles** | **Array<String>** | A list of role identifiers that can be pulled from the Roles API. Cannot be used with `locked` option. | [optional] | | **state** | [**MonitorState**](MonitorState.md) | | [optional] | | **tags** | **Array<String>** | Tags associated to your monitor. | [optional] | | **type** | [**MonitorType**](MonitorType.md) | | [optional] | ## Example @@ -36,9 +37,10 @@ name: null, options: null, overall_state: null, priority: null, query: null, + restricted_roles: null, state: null, tags: null, type: null ) ```